473,409 Members | 1,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

How to display Page total and Grand total in MS-Access

How shall I count (Sum)a running total of each page and display and finally show the grand total and display the same in the last page in MS-Access Report?

Please help me.

Arunansu Dasgupta
Mar 20 '11 #1
7 8755
NeoPa
32,556 Expert Mod 16PB
Totals in a Page Footer show Page totals and totals in a Report Footer show Report totals.
Mar 20 '11 #2
Ok, Please tell me the name of function and show the trick (i.e. how and where to wite the sysntax) that I need to use to solve my problem.

Regards
Arunansu Dasgupta
Mar 21 '11 #3
NeoPa
32,556 Expert Mod 16PB
What problem. You asked a question. I've answered it.

If you have another problem then you need to ask it. Clearly. Include any relevant information obviously.
Mar 21 '11 #4
I want to compute the cumulative sum of the values of a particular field at the end of every page and finally the grand total sum at the end of the last page.
Mar 21 '11 #5
NeoPa
32,556 Expert Mod 16PB
... and the relevant information is where in that post?
Mar 21 '11 #6
Please tell me what function to use that will compute the cumulative sum of all the values of a particular field page wise and show the grand total of all the values of that field at the end of the last page in MS ACCESS report.
Please give the solution with syntax.
Mar 23 '11 #7
NeoPa
32,556 Expert Mod 16PB
Did you not see the PM about the deleted post? In the reason it said "Provide names of objects at least." That said, it seems clear you have at least tried to make progress so I'll do what I can for you without the names.

I'll lay out for you what you should have included in your post so that you can more easily understand the answer. Obviously it works better if we work with your information, as that is easier to understand, but I'll do my best to make it clear anyway. I have to make assumptions though so don't be too surprised if I get some wrong.

Working then, on the assumption that you have a report designed with Detail, Page Footer and Report Footer sections, we could have TextBox controls in each section named respectively A, PageTotA and RptTotA.

A simply contains the values that are found in each record.
PageTotA contains the formula =Sum(A).
RptTotA contains the formula =Sum(A).

Notice that the formulas for both PageTotA and RptTotA are identical. Determining which values to sum is down to the sections they're each contained in.
Mar 23 '11 #8

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

Similar topics

3
by: CSDunn | last post by:
Hello, I have 14 fields on a report that hold integer values. The field names use the following naming convention: T1Number, T2Number ....T14Number. I need to get a 'sub total' of all fields as...
4
by: lyndsey | last post by:
i have a database to keep record of jobs in production, and on one of my forms, their is the control . in my form i have hundereds of records (jobs). is there a way i can create something in my...
17
by: barkarlo | last post by:
I need help to make grand total time in continuous forms. to calculate total work time I use following formula =format(+1--nz();"short time"). but when I make grand total time in form footer (for...
1
by: finchuck | last post by:
Hello, I'm looking for a simple javascript that will just take the fields in a form, add them up automatically as you enter them and place them in a grand total field at the bottom. I have...
2
by: sammiesue | last post by:
Hi, I have form with 2 autosummed textboxes ("total" and "casinototal"). I would like to have a grand total textbox ("grandtotal") get its value from summing "total" and "casinototal", but it...
1
by: eogyamfi | last post by:
i have subreport within the main report. The grand total for the main report is showing on the report. The grandtotal for the subreport is not showing even though on the subreport itself it shows...
3
by: kkshansid | last post by:
how to get grand total of two years 2001,2002 are fields SELECT sum( 2001 ) AS "2001-2002", sum( 2002 ) AS "2002-2003", ( "2001-2002" + "2002-2003" ) AS "grand total" FROM school this query...
3
by: monstez88 | last post by:
Hi, I'm trying to create a Invoice form with javascript. Basically, my invoice form should have the field item, cost, quantity and product total. It shd have a function to allow the user to add...
4
by: shalskedar | last post by:
In my Database 1 of the Report i need to find the grand total for a field which is inherited from the 1 of the subform.. Ex-The report field control source property is set to as =!Text1693 ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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
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,...

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.