Macro and Visual Basic

M

Matthew

How does the macro object in Access relate to the kind of macro that can be
edited in Visual Basic?

Matthew
 
K

Ken Snell

They are not the same. In ACCESS, the reference is to VBA code, which is the
same as a macro in EXCEL or WORD. Macros in ACCESS are step-by-step editors
that allow you to select specific actions, but are much more limited in
scope than are VBA procedures.
 
Top