Running multiple queries thru a macro

G

Ginger

I have a macro set up to run 3 different macros. One is an
append, one is a make table and the last is an update
query. When the macro is run, it seems none of the actions
are taking place. I do not get an error message. When I
run each query stand alone, they run fine. What is my
problem?????
 
G

Ginger

-----Original Message-----
Post the details of your Macro such as Macro actions, arguments, etc ...

--
HTH
Van T. Dinh
MVP (Access)






.
Hourglass
Openquery (vafmd10, design, add)
Close (query, vafmd10, save)
Openquery (tblssnvet, design, add)
Close (query, tblssnvet, save)
Openquery ( )
Close
 

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

Top