Can anyone help with this...?
I have 3 queries all of which filter the results by date. I do this by setting the date field to WHERE and entering >[StartDate] AND <=[EndDate] as criteria
StartDate and EndDate don't exist so when I run the query it pops up a box and which asks me for the startdate and another for the enddate.
That's all well and good until I then make another query which pulls data from the 3 first queries. Now of course it asks for the start and end date 3 times. It works but can anyone suggest a better way of doing this so I only have to enter the dates once?
Cheers!
I have 3 queries all of which filter the results by date. I do this by setting the date field to WHERE and entering >[StartDate] AND <=[EndDate] as criteria
StartDate and EndDate don't exist so when I run the query it pops up a box and which asks me for the startdate and another for the enddate.
That's all well and good until I then make another query which pulls data from the 3 first queries. Now of course it asks for the start and end date 3 times. It works but can anyone suggest a better way of doing this so I only have to enter the dates once?
Cheers!