I have a hum dinger of a report I'm trying to run. I will try to be brief with my description.
One report called Cash Collection Report. Within that report I need to have several different totals in it. I have a single table with 4 fields I need to query from. They are: Receipt_NO (unique ID for each receipt), For (the name of the room rented) Amount_Paid, and Tax.
What I would like is each line on the report looks at each record that has the same room name (For) and a total of all matching record's Amount_Paid and Tax.
I know this sounds confusing but I help somebody has the answer!
Example of the Report:
1. Weight Room ....... Amount: Tax:
The query would look for all records with the field "For" that equals "Weight Room" and add up all the Amount_Paid and place the toal in the box labeled "Amount:". Same thing for the "Tax" field.
... Told ya it was a hum dinger!
One report called Cash Collection Report. Within that report I need to have several different totals in it. I have a single table with 4 fields I need to query from. They are: Receipt_NO (unique ID for each receipt), For (the name of the room rented) Amount_Paid, and Tax.
What I would like is each line on the report looks at each record that has the same room name (For) and a total of all matching record's Amount_Paid and Tax.
I know this sounds confusing but I help somebody has the answer!
Example of the Report:
1. Weight Room ....... Amount: Tax:
The query would look for all records with the field "For" that equals "Weight Room" and add up all the Amount_Paid and place the toal in the box labeled "Amount:". Same thing for the "Tax" field.
... Told ya it was a hum dinger!