Hi all,
I need some help; I need a Query that a user can run, requires an input parameter from the user, and that parameter needs to match from an existing predefined list.
ie:
-a user has inputted 500 records into a db with each record selecting 1 of 12 existing categories.
-The user wants to view the records for a specific category
-the next day he decides he wants to view the records from another category.
-However that user can’t remember the exact name of each category
-he wants to be able to click one of them to view the records with that category.
Can anyone help me with how to write the Criterion that would show such a list? Is it possible? The only other solution I can come up with is writing a Query for each category which would work, but be a little cluttering on the Queries list.
Thank you in advance!
alanon