Record Macro

D

Dave_Chicago

Is there a quick and easy way to record a Macro using Access 2003?

In earlier versions of Access there was a Macro recorder.

If there is no Macro recorder for Access 2003, then how do I figure out how
to use the macro commands?

Thanks
 
A

Allen Browne

No. Word and Excel have a macro recorder, but there's never been one in
Access.

It is a matter of becoming familiar with the macro commands, e.g. use
SetValue to assign a value to a control, or GotoControl to set focus it a
control.
 
Top