cmd button to run querys

G

Guest

Michael
I am ending my practice with Access. Unfotunately the books and articules I
read didn't help me to much to do some of the operation I needed. You help
was extremely valuable.

I have another question:
If I have 10 or more querys in my db. How do I code a cmd button to run the
querys at a time? Having a form to display the querys, I would like bound
both codes in the same cmd button (run the querys and displaying the form) at
a time.

Many thanks in advance from your help.
 
G

Guest

Have your button call a macro. In the macro open the forms and have their
source as the query.
One button - one macro - all of your forms opened up - one behind the other.
Use the menu Windows to selet which form to view.
 

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