Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ACCESS xp Parameter Date Report

Status
Not open for further replies.

pat731

Technical User
Jan 12, 2003
39
US
I have a database that I would like to build reports off of queries by Month, Date and Year. I tried a parameter but it didn't filter the Months. Anyone have a simple solution for me to build a Monthly report for each month?
Thank you in advance
 
Well, if your data is in by date, and you want it summariezed by month, you can query by using the month function, or the format function, ie format ([YourDate], "YYYY-MM"), that way you get your data sorted correctly also.

Hope that helps.

ChaZ
 
Thanks Blorf but I have a month Query but now I want to make that a report based on the parameters of MONTH, YEAR.
 
How can I set up a combo box in access to stay on the selected label/field until I am ready to change the label?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top