Here is one of my two tables' field names:
Code Gross Payroll OT Ratable Payroll Premium
What I've done is grouped them by code and have totaled the costs associated to the codes.
EX:
Code Gross Payroll OT Ratable Payroll Premium
111 $111111 $11 $111111 $111
222 $222222 $22 $222222 $222
I'm using Access 2003 and I've already done this using SQL. What i want to know is if it is possible to use that same SQL statement/query to total the totals.
EX:
Code Gross Payroll OT Ratable Payroll Premium
111 $111111 $11 $111111 $111
222 $222222 $22 $222222 $222
TOTALS $333333 $33 $333333 $333
I would like to turn this into a report in Access 2003. Thanks for any help.
Code Gross Payroll OT Ratable Payroll Premium
What I've done is grouped them by code and have totaled the costs associated to the codes.
EX:
Code Gross Payroll OT Ratable Payroll Premium
111 $111111 $11 $111111 $111
222 $222222 $22 $222222 $222
I'm using Access 2003 and I've already done this using SQL. What i want to know is if it is possible to use that same SQL statement/query to total the totals.
EX:
Code Gross Payroll OT Ratable Payroll Premium
111 $111111 $11 $111111 $111
222 $222222 $22 $222222 $222
TOTALS $333333 $33 $333333 $333
I would like to turn this into a report in Access 2003. Thanks for any help.