Multiple Queries

V

Van T. Dinh

What I would do is to create a simple Form with a TextBox
for the user to enter the required ID# and a CommandButton
to run your Macro.

Change your Queries to use the full reference to the
TextBox as the Parameter.

When the CommandButton is clicked, the Parameter in each
Query will be resolved by Access using the value in the
TextBox. Thus you enter the Parameter value only once and
all Queries will use this value.

HTH
Van T. Dinh
MVP (Access)
 

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