Hi,
I have a table with following data:
Acct# Cash$
1 $0.00
1 -$0.02
2 $0.00
2 0.02
I would like to get the following result:
Acct# Cash$
1 -$0.02
2 $0.02
how to just use query (not VBA code) to the result?
Thank!
I have a table with following data:
Acct# Cash$
1 $0.00
1 -$0.02
2 $0.00
2 0.02
I would like to get the following result:
Acct# Cash$
1 -$0.02
2 $0.02
how to just use query (not VBA code) to the result?
Thank!