VBA Script

paulS30berks

Registered User.
Local time
Today, 19:30
Joined
Jul 19, 2005
Messages
116
I have set up a delete query and wish to run this through VBA.

Can anyone point me in the right direction on how I can instruct my query to run through VBA code.

Thanks

Paul
 
Thanks for your reply

Where can I state my query name within this script?

Thanks
 
you can also try:

Code:
docmd.openquery "qryQueryName"
 

Users who are viewing this thread

Back
Top Bottom