kbrooks
Still learning
- Local time
- Today, 16:06
- Joined
- May 15, 2001
- Messages
- 202
I've found many threads on how to filter on a form, I'm wondering if something similar is possible on a report.
Normally I do this by basing the report off a query, and using a parameter in the query. For example, the criteria on a date is >=[Enter Start Date]. It prompts the user for a date and uses that as the criteria.
My problem is that what I want to use as a criteria this time is based on a physician table. The only info on the record is the doctor number and doctor name. The person running the report will surely know the name, but not the number, and I've only gotten this to work by entering the number. I would love to have a drop down for them to select from...reduces the chance of misspelling the doctor's name, also.
Normally I do this by basing the report off a query, and using a parameter in the query. For example, the criteria on a date is >=[Enter Start Date]. It prompts the user for a date and uses that as the criteria.
My problem is that what I want to use as a criteria this time is based on a physician table. The only info on the record is the doctor number and doctor name. The person running the report will surely know the name, but not the number, and I've only gotten this to work by entering the number. I would love to have a drop down for them to select from...reduces the chance of misspelling the doctor's name, also.