472,975 Members | 1,682 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,975 software developers and data experts.

need help on count over a second group in Access reports

Hi,

I am doing an expense and funding report which contains a list of
consumers by Region and then by SiteID. For example,

Region: NE
Site: NEMV

1. Mary Doe
2. Len Willams
3. Jack Stack
Site NEMV Totals: 3

Site: NELM

1. Shirley Temple
2. Mary Smith

Site NELM Totals: 2

Region NE: 5

Region: CW
Site: CWBK

1. Amy Wang
2. Shelley Smith
3. Jane Doe

Site CWBK: totals 3
Region CW Totals: 3
TOTAL REPORT: 8
I suppose to get the total of consumers by Site then by Region.

Now, i am getting the count of consumers by site correctly because i
have put a textbox =1 in each consumerName header section and have it
sum "over group". But i can't to get the count of consumer by region
correctly. Is there a way to get the Access to calculate totals over a
"second group(by region)" in a report?

Oct 16 '07 #1
2 1949
On Oct 16, 3:14 pm, hanshirle...@gmail.com wrote:
Hi,

I am doing an expense and funding report which contains a list of
consumers by Region and then by SiteID. For example,

Region: NE
Site: NEMV

1. Mary Doe
2. Len Willams
3. Jack Stack
Site NEMV Totals: 3

Site: NELM

1. Shirley Temple
2. Mary Smith

Site NELM Totals: 2

Region NE: 5

Region: CW
Site: CWBK

1. Amy Wang
2. Shelley Smith
3. Jane Doe

Site CWBK: totals 3
Region CW Totals: 3

TOTAL REPORT: 8

I suppose to get the total of consumers by Site then by Region.

Now, i am getting the count of consumers by site correctly because i
have put a textbox =1 in each consumerName header section and have it
sum "over group". But i can't to get the count of consumer by region
correctly. Is there a way to get the Access to calculate totals over a
"second group(by region)" in a report?
Can't you just add "region" to your Sorting and Grouping?

Oct 16 '07 #2
On Oct 16, 5:59 pm, OldPro <rrossk...@sbcglobal.netwrote:
On Oct 16, 3:14 pm, hanshirle...@gmail.com wrote:


Hi,
I am doing an expense and funding report which contains a list of
consumers by Region and then by SiteID. For example,
Region: NE
Site: NEMV
1. Mary Doe
2. Len Willams
3. Jack Stack
Site NEMV Totals: 3
Site: NELM
1. Shirley Temple
2. Mary Smith
Site NELM Totals: 2
Region NE: 5
Region: CW
Site: CWBK
1. Amy Wang
2. Shelley Smith
3. Jane Doe
Site CWBK: totals 3
Region CW Totals: 3
TOTAL REPORT: 8
I suppose to get the total of consumers by Site then by Region.
Now, i am getting the count of consumers by site correctly because i
have put a textbox =1 in each consumerName header section and have it
sum "over group". But i can't to get the count of consumer by region
correctly. Is there a way to get the Access to calculate totals over a
"second group(by region)" in a report?

Can't you just add "region" to your Sorting and Grouping?- Hide quoted text -

- Show quoted text -
thanks.

yes. i did add "region" to the sorting and grouping. But there are
duplicates, for example,

Name ServiceID amount
Amy Wang DMRS 10,000
Amy Wang MEDI 25,000

where Amy Wang only should count once.

so i use a txtMTSiteTotal to keep track of unduplicate count. But the
same does not work on Region groups.
It seems like Access only allow the textbox with controlsource=1 "No",
"Overall", "over group". When i choose "over group"
it worked for the Site total...with add another textbox does not work
for the Region total.

Oct 17 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Paxton | last post by:
Hi, I'm trying to display the total page views per page within a given date range, but the correct SQL is seemingly beyond me. I get the correct result with a straightforward Group By and Count...
3
by: Andrej Hristoliubov | last post by:
I am the best c++ programmer in the whole wide world. Trust ME! My reference is Victor Bazarov,Valentin Samko,Alf P.Steinbach( Me and Alf actually intern together at Microsoft), and Bjarne...
3
by: C. Homey | last post by:
I have an Access 2000 database (42,000+ records) for which I need a count of records by state (AL=320, AK=92, NY=1,932, etc). Obviously, I don't want to (and probably can't...) do the count...
4
by: sherkozmo | last post by:
SQL2000 - AccessXP I built an adp file with a stored procedure from SQL as follows: SELECT * FROM Z_mis_sjk_job_code_access WHERE job_code=@JobCode UNION ALL SELECT * FROM...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
2
by: Greier Matthias | last post by:
Hi! I've got a sport-database for my students with name - class - teacher - year of birth - 60meter-runningtime - 100meter - longjump - ...(and some other disciplines) The whole program...
4
by: Bob | last post by:
Hallo, I have to make a web application in Javascript/ASP for tenniscourt reservation (based on Access database). I would like to do everything with one page, because the user must be able to...
12
by: gcary | last post by:
I am having trouble figuring out how to declare a pointer to an array of structures and initializing the pointer with a value. I've looked at older posts in this group, and tried a solution that...
4
by: sara | last post by:
Hi - I can't seem to choose the keywords to find an answer to this query - or maybe it's not in the posts. I have a database where the Buyers enter their Orders and then Accounts Payable posts...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.