Ask Experts Questions for FREE Help !
Ask
    kushanth's Avatar
    kushanth Posts: 1, Reputation: 1
    New Member
     
    #1

    Nov 9, 2011, 02:11 AM
    Generate report in access
    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's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #2

    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

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Creating a report in Access [ 7 Answers ]

Ok - I'm very rusty when it comes to creating reports in Access so I'm needing some help. My problem is that I am trying to create a report from a bunch of data records that I export from Excel each day. The structure of the data is fairly straightforward and I really only need 2 columns worth...

Creating a report/query in Access [ 16 Answers ]

I have an acess Database that my boss set up for me. I enter employee names what time they sign in sign out for lunch sign back in and sign out for the day... How do I make a report/or query that can give me a monthly average for each person?

Represh Report with vba in access [ 3 Answers ]

Hi Guy's, How do I refresh a report with vba in access me.refresh does not work. My problem is I'm opening a report in acViewNormal and the report is longer than the page but I don't get a scroll bar unless I manually press refresh all (access2007). Thanks Joe

Opening and Closing balance in access report. [ 3 Answers ]

I want access 2003 to generate the goods sold account report showing the opening and closing Balance. I have the issued qty. and sold qty. and the closing balance is an calculated value (issued qty. - sold qty.). Now, I want the report show the result as per my given starting date and show the...


View more questions Search