Report Filtering

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

Guest

My database includes a form that includes a combo box. The combo box
designates each record as one of two category types. I wish to create two
reports; one that reflects all Type A records, and one that reflects all of
Type B records. What is the most efficient way to accomplish this? Thank
you.
 
If it were me, I'd build one report and ask the user which one he/she wants
at run time. To do so, just include a condition in your query that prompts
the user to select one of the two types.
 

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