473,513 Members | 2,618 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Counts on Summary page

77 New Member
Hi,

I have a report for Judges and their cases Numbers, grouped by Judge Name,the detail starts on a new page every time a judge changes. On the Judge footer I am displaying Count of Total no of cases for that judge and Count of Total no of Unique Cases for that Judge.I have a text box for each Count and using DCount display the counts.
Now the same counts for every judge needs to be displayed on the Report Footer as a summary page like,

No of Cases for Judge1 -
No of Unique cases for Judge1 -

No of Cases for Judge2 -
No of Unique cases for Judge2 -

No of Cases for Judge3 -
No of Unique cases for Judge3 -

No of Cases for Judge4 -
No of Unique cases for Judge4 -


Please help,

Thanks
Feb 14 '08 #1
1 1221
Stewart Ross
2,545 Recognized Expert Moderator Specialist
Hi,

I have a report for Judges and their cases Numbers, grouped by Judge Name,the detail starts on a new page every time a judge changes. On the Judge footer I am displaying Count of Total no of cases for that judge and Count of Total no of Unique Cases for that Judge.I have a text box for each Count and using DCount display the counts.
Now the same counts for every judge needs to be displayed on the Report Footer as a summary page like,

No of Cases for Judge1 -
No of Unique cases for Judge1 -

No of Cases for Judge2 -
No of Unique cases for Judge2 -

No of Cases for Judge3 -
No of Unique cases for Judge3 -

No of Cases for Judge4 -
No of Unique cases for Judge4 -


Please help,

Thanks
Hi. I think this would be a bit difficult to achieve by trying to code it in the report itself. Although you could use a global array as a form of list, add values within the report sections, then list the array contents at the end of the report this or similar approaches get very messy - and error-prone.

I would use a sub-report instead, taking the results from a linked summary query which could do the counting for you.

Use the data from the base query that feeds the main report to feed a summarising totals query that counts the unique cases and the overall case load, then add a sub-report to the end of your report to display the counts you require from this linked query. You can then ensure that the counts are correct much more easily than you could hard-coding it!

Regards

Stewart
Feb 15 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
3704
by: WertmanTheMad | last post by:
Ive been playing with this for a few days and thought I might thow it out for seggestions. I have Several Queries that need counts returned The Queries are Mutually Exclusive meaning whatever...
4
1932
by: Gopal Prabhakaran | last post by:
Hi Guys How to Get the alive Thread Count. Sample code : using System; using System.Threading; namespace threadSample
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7521
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5682
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
455
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.