Record a Macro

  • Thread starter Thread starter Guest
  • Start date Start date
MS751,

First make the Make-Table query.

Then, in the macro designer, make a new macro using the OpenQuery
action, and nominate the name of your query. Save and name the macro.
Assiign the macro on the applicable event property where you want the
Make-Table to be triggered. Once you have it working correctly, you
might want to add a SetWarnings/No action to the macro, before the
OpenQuery, to suppress the display of the confirmation prompts.
 
Thanks, How do I assign the macro on the applicable event property where I
want the Make-Table to be triggered?
 
MS751,

You enter the name of the macro in the event property.

When do you want it to hapopen?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top