G
Guest
I have a table that contains the following fields:
Date, BatchID, Charge, Description, Amount
I want to create a comparative report show the sum of all transactions for a
particular date in one column and the month-to-date results in the next,
based upon grouping the Charge field. So, it should look something like this:
Date ChargeCode Amount
01/01/04 A 160.00
01/01/04 B 125.00
I believe that my tables are normalized. Do I have two create two queries.
Date, BatchID, Charge, Description, Amount
I want to create a comparative report show the sum of all transactions for a
particular date in one column and the month-to-date results in the next,
based upon grouping the Charge field. So, it should look something like this:
Date ChargeCode Amount
01/01/04 A 160.00
01/01/04 B 125.00
I believe that my tables are normalized. Do I have two create two queries.