make conditional total in report

mobarak ahmed

Member
Local time
Today, 19:11
Joined
May 28, 2021
Messages
96
hi , I have a report named " ReportCustomerProject " it should show all projects in one page sort by
1-
project type
2- customer name
3- project name
and it should show the sup total of every project but now the total text box shows total of all projects under every project

any help or advices !
 

Attachments

Reposting the same post as a new thread, is not going to get you there any quicker, in fact it might limit the responses.
 
Hi Mobarak

Is this what you are after?

If it is then all you need as the record source is Query3 - Group by Project Type, Customer & Project
 

Attachments

  • Report.JPG
    Report.JPG
    172.7 KB · Views: 243
Hi Mobarak
Check and see if this suits.
I modified your Query3 and removed all of the Criteria you had set.
I then added Criteria to the Click Event for the Command Button to Open the Report.
 

Attachments

Hi Mobarak
Check and see if this suits.
I modified your Query3 and removed all of the Criteria you had set.
I then added Criteria to the Click Event for the Command Button to Open the Report.
thanks for your effort but you have made a lot of changes which i don't need to
but how you create project name footer ? so if putting sum cell on it is the solution i will give it a try
 
Hi Gasman
Well I gave him code to do what was required and it displays his report in the format requested, so he will wait a long time to get another answer.
 
Sorry mike if my reply bother you ,,
i am brand new access user
so i have searched a lot to figure out how you creat project name footer but I didn’t find anything
You have removed a lot of criteria that i need
So i need to know how you add project name footer in order to make only small change to achieve what i need :)
 
Can you give us some idea as to what it is you want when you "add project name footer"??
 
Sum only sums the values for a specific Project and these are the calculations currently in the Report

What values do you want in the Footer of the Report ?
 

Users who are viewing this thread

Back
Top Bottom