Using single button to run multiple queries

gaju_3112

Registered User.
Local time
Today, 22:31
Joined
Nov 4, 2007
Messages
38
How can we use the single button on the form to run multiple queries? I want to run multiple upend queries on single button click, where should I write quries and code?
 
Plz reply, it's urgent!

I guess on way, that I can think of, would be to do a DoCmd.RunSQL and then put the SQL of your query after each one. You would have use the line in red for each query.

HTH,
Shane
 

Users who are viewing this thread

Back
Top Bottom