ChrisCione
Registered User.
- Local time
- Today, 07:48
- Joined
- Sep 11, 2008
- Messages
- 17
I have an OpenReport macro which currently uses a query as a filter, which works 100%. I attempted to add a where condition to further "filter" results. The statement reads:
[Specialist]=[Forms]![frmSwitchboard]![lstSpecialist]
Specialist is a text field in my main table; lstSpecialist is a listbox on my switchboard.
I get no results at all. The source of the report was originally a query, so I tried changing it to the main table itself. No dice.
Any suggestions?
[Specialist]=[Forms]![frmSwitchboard]![lstSpecialist]
Specialist is a text field in my main table; lstSpecialist is a listbox on my switchboard.
I get no results at all. The source of the report was originally a query, so I tried changing it to the main table itself. No dice.
Any suggestions?