scouser
Registered User.
- Local time
- Today, 14:26
- Joined
- Nov 25, 2003
- Messages
- 767
Hi to all. In the old days I had a form that allowed users to select values, click OK and then call a report.
The underlying query criteria values as follows:
#2 above used the now depreciated MSCAL.Calendar.7
So my question is. How can I allows users to select between 2 date ranges on a form to filter the result set?
Thanks,
Phil.
PS: I will post a sample DB if this helps.
The underlying query criteria values as follows:
Code:
#1
Like "*" & [Forms]![frmOrderAnalysisByServiceType]![cmdServiceType]
Code:
#2
Between [Forms]![frmOrderAnalysisByServiceType]![txtClick1] And [Forms]![frmOrderAnalysisByServiceType]![txtClick2]
So my question is. How can I allows users to select between 2 date ranges on a form to filter the result set?
Thanks,
Phil.
PS: I will post a sample DB if this helps.