Log in

View Full Version : Generate report in access


kushanth
Nov 9, 2011, 02:11 AM
I have table like this,

Month Staffname Staffno AmountPaid
Oct Ravi 001 1000.00
Oct Nimal 002 1500.00
Nov Ravi 003 1600.00
Nov Nimal 004 700.00

Nov I have to generate report like this:

Staffname Staffno total Oct Nov
Ravi 001 2600.00 1000.00 1600.00
Nimal 002 2200.00 1500.00 700.00

How can I get this report

ScottGem
Nov 9, 2011, 03:57 AM
Use the Query wizard and create a Crosstab query. Then create a report based on that query.

You may also find this article helpful.

How to create a dynamic crosstab report in Access 2002 (http://support.microsoft.com/kb/328320)