transfer text macro

  • Thread starter Thread starter Ana
  • Start date Start date
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
 
In a macro, you "open" (actually run) a maketable query by using the
OpenQuery action.
 
Back
Top