How do the same question multiple times on one query?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to run a query that requests an ID number to be entered. How can I
get multiple ID number requests so that all information about each number is
displayed in one datasheet?
 
You can't do this with just a query.
You'll have to build a form which collects the IDs you want (a multi-select
listbox is a good way to do this), builds the filter, and launches the
query.
 

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

Back
Top