I've recently inherited a SQL Server database with an Access front end. The report generation is also done in Access, and I need to create a new report. I haven't done a lot of report writing in Access, and I could sure use some help figuring out how to do this.
The report needs to display item information from the DB. The client wants a line per item. Easy enough. So far so good. But they want to see the sales totals by month for the previous three months for each item. Now I have two problems:
How do I get Access to calculate, query, and display the months? And how do I dump the totals to the report?
Any help at all would be appreciated.
TIA,
JRL
I hope this makes sense.
The report needs to display item information from the DB. The client wants a line per item. Easy enough. So far so good. But they want to see the sales totals by month for the previous three months for each item. Now I have two problems:
How do I get Access to calculate, query, and display the months? And how do I dump the totals to the report?
Any help at all would be appreciated.
TIA,
JRL
I hope this makes sense.