Maxine1010
Registered User.
- Local time
- Today, 19:55
- Joined
- Jun 28, 2002
- Messages
- 25
Please, please can someone help.
I have set up a form to run a query using text boxes and combo boxes to set the query parameters. The results are then displayed in a report. The form uses the following:
text boxes: BeginningDate
Enddate
combo boxes: Ward
Acquisition Type
The date parameters work fine. I can even select a particular ward using In ([Forms]![Report Form]![Ward]) and the query will work BUT I cannot select a ward and an Acquisition Type at the same time. I would also like to return all records when no ward and/ or acquisition type is specified (using the Is Null property)but this only returns all records all of the time.
I would be extremely grateful of any advice in solving this problem.
Thanks
Maxine
I have set up a form to run a query using text boxes and combo boxes to set the query parameters. The results are then displayed in a report. The form uses the following:
text boxes: BeginningDate
Enddate
combo boxes: Ward
Acquisition Type
The date parameters work fine. I can even select a particular ward using In ([Forms]![Report Form]![Ward]) and the query will work BUT I cannot select a ward and an Acquisition Type at the same time. I would also like to return all records when no ward and/ or acquisition type is specified (using the Is Null property)but this only returns all records all of the time.
I would be extremely grateful of any advice in solving this problem.
Thanks
Maxine