Calculating totals from expression
Hi all,
I have a query that calculates the total number of books run on a printing press from a table. I type in the job ID number and it calculates:
NetCount: Sum([Gross]-[RunWasteImps])
This works fine but it gives me totals for different days that this job ran on a press. I want the total for "all" NetCounts for that job ID number.
Thanks, Stevegr
Hi all,
I have a query that calculates the total number of books run on a printing press from a table. I type in the job ID number and it calculates:
NetCount: Sum([Gross]-[RunWasteImps])
This works fine but it gives me totals for different days that this job ran on a press. I want the total for "all" NetCounts for that job ID number.
Thanks, Stevegr
Last edited: