E
em
Is there a way to sum a group of rows based on the
criteria of other Columns? I have a make table query looks
like this after its run
JON TASK LINE AMT EXP BALANCE DESCRIPTION CONTRACT NO
567 ABN 1 $200 $100 $100 etc etc 4567
567 ABN 3 $400 $500 -$100 " 4521
876 BVC 5 $300 $250 $50 " 5214
876 BVC 7 $90 $10 $80 " 5412
There are many many of these transactions. I want to sum
the amount, expense, and balance when the contract, task,
& Job are is the same.
criteria of other Columns? I have a make table query looks
like this after its run
JON TASK LINE AMT EXP BALANCE DESCRIPTION CONTRACT NO
567 ABN 1 $200 $100 $100 etc etc 4567
567 ABN 3 $400 $500 -$100 " 4521
876 BVC 5 $300 $250 $50 " 5214
876 BVC 7 $90 $10 $80 " 5412
There are many many of these transactions. I want to sum
the amount, expense, and balance when the contract, task,
& Job are is the same.