mark curtis
Registered User.
- Local time
- Today, 00:08
- Joined
- Oct 9, 2000
- Messages
- 457
Dear all,
I have a long request and would appreciate any help:
Scenario:
My Manager wants me to create a report where he can specify a start and end date to run the report from. I know that this can be done with a parameter query, prompting for input twice But I want to let my Manager select a date via a calander form, which has a start date and end date. A user will click on the start date calander thus selecting year, month and day then do the same for end date. I know that I can use two invisible text fields to hold the dates but I am having problems understanding the principals (syntax)for DateSerial, which would be used as follows in my query:
Between DateSerial Start date(year/month/day) and End date(year/month/day)
Any help or examples where the above may have been used would be much appreciated.
I could always send you the form and a query.
Thanks
Mark
I have a long request and would appreciate any help:
Scenario:
My Manager wants me to create a report where he can specify a start and end date to run the report from. I know that this can be done with a parameter query, prompting for input twice But I want to let my Manager select a date via a calander form, which has a start date and end date. A user will click on the start date calander thus selecting year, month and day then do the same for end date. I know that I can use two invisible text fields to hold the dates but I am having problems understanding the principals (syntax)for DateSerial, which would be used as follows in my query:
Between DateSerial Start date(year/month/day) and End date(year/month/day)
Any help or examples where the above may have been used would be much appreciated.
I could always send you the form and a query.
Thanks
Mark