Simplest way to do multiple query totals on one form/report

englishkid19

Board Regular
Joined
Nov 14, 2012
Messages
89
Hi All,
sure this has been covered off before but I cant find the exact solution.

I have 16 queries all related to one table.

The information required for a summary report is a count of records returned from all of the 16 queries. Is their a quick and dirty way of getting the COUNT value from all 16 queries on one page. ?

Thnaks Tom
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Two things to look into:

If you are just looking for a straight count, take a look at the DCOUNT function. See: MS Access: DCount Function
Note that if you just want the straight count, there is a good chance you won't need to use the third argument (Criteria).

The other option is to do Subforms/Subreports. Check out the Help files or do a Google search to find a myriad of articles and tutorials on that.
 
Upvote 0

Forum statistics

Threads
1,221,864
Messages
6,162,497
Members
451,770
Latest member
tsalaki

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top