sandhurstUK
Must change my user name
- Local time
- Today, 03:20
- Joined
- Feb 15, 2002
- Messages
- 42
I currently have a parameter qry which calls for the operator to enter the current month in order that the required records are returned, and am looking to automate the operation.
What I need is for the qry to look at the 'system' month and return all entries between day one of the month and the current date.
I have been playing around with:
Between (DatePart "mm",) And Date()
and various other permutations but to no avail.
Any ideas gratefully accepted
Thanks

What I need is for the qry to look at the 'system' month and return all entries between day one of the month and the current date.
I have been playing around with:
Between (DatePart "mm",) And Date()
and various other permutations but to no avail.
Any ideas gratefully accepted
Thanks
