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.