Creating a query using existing attributes

B

Brad

I created a table that looks to another table for specific attributes about
that record. The fields in the attribute table are basic "yes/no". I want
to create a query that would prompt the user to select the specific
attributes to filter the data that they want to view. I don't want the user
to have to enter the attributes each time but simply click on the checkbox
that are appropriate.

Thanks,
Brad
 
J

Jeff Boyce

Brad

Have you looked into use a form with those attributes as controls? Your
query would then refer to the form and its controls for its parameters.
 
Top