Report Filtering

J

Jill76

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.
 
R

Rick B

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.
 
Top