Running multiple queries thru a macro

  • Thread starter Thread starter Ginger
  • Start date Start date
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?????
 
-----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
 
Back
Top