John
If I'm understanding your description, one approach would be to create a
form and put a combobox on the form containing the category(ies). After the
user selects a category from that combobox, you'd use a command button to
run the query.
You'd also need to modify the query's selection criteria, for the category
field, so that it points to the form's combobox for the criterion, something
like (untest, not customized to your names):
Forms![YourFormName]![cboYourComboboxName]
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP
Very Basic User said:
Is there any way to make a tool consisting of all the catagories in my
query
that I can have a user select each available item in the catagorie that
they
choose to see in the resulting query?