S
Scott K
I have a query that returns accounts and balances. I want the query results
to return each account once, but total the activity of the accounts appears
multiple times in the database. An example of the data currently returned by
teh query is below:
331100 Accrued Payroll (109,636.11)
331100 Accrued Payroll 2,163.67
331100 Accrued Payroll (12,608.11)
331100 Accrued Payroll (1,577.99)
331100 Accrued Payroll (1,510.71)
331100 Accrued Payroll (14,225.05)
331100 Accrued Payroll 430,000.00
How can I get the query to return one line with a total instead of 7 lines
in this example?
Thanks!
to return each account once, but total the activity of the accounts appears
multiple times in the database. An example of the data currently returned by
teh query is below:
331100 Accrued Payroll (109,636.11)
331100 Accrued Payroll 2,163.67
331100 Accrued Payroll (12,608.11)
331100 Accrued Payroll (1,577.99)
331100 Accrued Payroll (1,510.71)
331100 Accrued Payroll (14,225.05)
331100 Accrued Payroll 430,000.00
How can I get the query to return one line with a total instead of 7 lines
in this example?
Thanks!