G
Guest
I have multiple plan IDs and and totals for each Plan ID. I want to total up
all the amounts (see below) for each plan. I dont want to show Plan ID 0001 a
thousand times in a column just one time then it moves onto the next with a
total in each column for each plan ID. How do I do this in a report or query?
Is this a group by type of arrangement? Where and how do I start?
Example:
Plan ID Unit amt Prod amt Eff Amt
0001 3,000.00 435.00 100.01
0002 509.01 95.99 343.00
0003 3,454.98 234.88 123.88 etc
all the amounts (see below) for each plan. I dont want to show Plan ID 0001 a
thousand times in a column just one time then it moves onto the next with a
total in each column for each plan ID. How do I do this in a report or query?
Is this a group by type of arrangement? Where and how do I start?
Example:
Plan ID Unit amt Prod amt Eff Amt
0001 3,000.00 435.00 100.01
0002 509.01 95.99 343.00
0003 3,454.98 234.88 123.88 etc