transfer text macro

A

Ana

I am trying to create a macro that will automatically open
a make table query. Can that be done and if it can, can
you please send me the instructions to do that?

With thanks
Ana
 
K

Ken Snell

In a macro, you "open" (actually run) a maketable query by using the
OpenQuery action.
 
Top