Transpose Query Result (1 Viewer)

JithuAccess

Member
Local time
Today, 13:04
Joined
Mar 3, 2020
Messages
297
Hello Guys,

I have a Table to store the Total of Expenses in a Financial Year. I have created queries to break down the Expenses by Month (April, May and June). Then I have created another query to combine these. This is my Query Result:

1624461693746.png


I want to transpose this Query Result like:

1624461807407.png


Could you guys please let me know how to do this?

I am attaching my Database.

Thanks a lot
 

Attachments

  • Test DB.accdb
    512 KB · Views: 456

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 03:04
Joined
May 7, 2009
Messages
19,231
Use total query?
 

June7

AWF VIP
Local time
Today, 11:04
Joined
Mar 9, 2014
Messages
5,465
Just use your table in an aggregate (TOTALS) query. Or build a report and use its Sorting & Grouping features with aggregate calcs. This allows display of detail data as well as summary info.

Also, the result you posted can be obtained with a CROSSTAB query. Review http://allenbrowne.com/ser-67.html
 

Users who are viewing this thread

Top Bottom