AC5FF
Registered User.
- Local time
- Today, 03:46
- Joined
- Apr 6, 2004
- Messages
- 552
I've got a query; works great as written; but I need to be able to have users choose which month to pull data for.
Right now; I pull the current month data using:
Between DateSerial(Year(Date()),Month(Date()),1) And DateSerial(Year(Date()),Month(Date())+1,0)
Is there a way I can rewrite this but use a user-selectable date for the month? I'm thinking it could be done w/two queries; but not sure about just one....
Thx
Right now; I pull the current month data using:
Between DateSerial(Year(Date()),Month(Date()),1) And DateSerial(Year(Date()),Month(Date())+1,0)
Is there a way I can rewrite this but use a user-selectable date for the month? I'm thinking it could be done w/two queries; but not sure about just one....
Thx