Stafford
Registered User.
- Local time
- Today, 04:33
- Joined
- Aug 20, 2002
- Messages
- 23
I've got a Calendar form that works well enough when I need to run Report/Queries based on the StartDate and EndDate parameters in my query.
What I would really Like to do is run a Report/Query where the User simply Selects the Month and Year.
I've got my query to display my data in the Month format
Today's Date By Month: Format$([Defect Totals].[Date By Month],"mmmm yyyy")
Now I don't know how I can get the query to get Month and Year
info from the Calendar. Is this possible or should I take another approach?
What I would really Like to do is run a Report/Query where the User simply Selects the Month and Year.
I've got my query to display my data in the Month format
Today's Date By Month: Format$([Defect Totals].[Date By Month],"mmmm yyyy")
Now I don't know how I can get the query to get Month and Year
info from the Calendar. Is this possible or should I take another approach?