JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser .
Hi all,
Please see the attachments. I have a report where I allocated a certain amount for each vehicle. I just want to know how can I get that certain amount totals at the end of report as I Put formula as =Sum([Cost per month]) and it is not working and giving wrong values.
Please advise.
untitled.jpg
83.6 KB
· Views: 192
untitled1.jpg
107.4 KB
· Views: 170
I don't see how you're getting the initial Cost per month field when you're not grouping by Month
Thanks a lot.
Thats true
I think I did a mistake in query. Will come back to you soon with problems
If you put something like:
MonthGroup: Month(
[DateField] )
in the query, you should be able to group by that field.
Thanks a lot.
Thats true
I think I did a mistake in query. Will come back to you soon with problems
Thanks vbaInet it's done. I did like this
=DLookUp("[SumOfCost per month]","Main Table Query") and now its working.
Thanks once again
Happy to see you implemented a workaround.