E
Electronic Lady
In MS Access, On a Report:
I want a total on a group of records. Whats more, I want to subtotal this
group of records, but add the text box to another group's footer.
How can I do this?????
My current code looks like the following, and it works as long as the text
box is on the same group that I'm adding up. But that's not what I want. As I
said above, I want my text box on the another group.
= "Sub Total: Specialty Seat Type," &[Claimant] &"-->" &[SeatType]
BTW, my Grouping is as follows:
1st level: Claimant
2nd level: Site
3rd level: SeatType
I want to add the total amount of SeatTypes (per Claimant/Site), and show
the Sum on the Claimant footer level.
Note: If this question is not clear, please ask for clarification.
Thank you!!!
I want a total on a group of records. Whats more, I want to subtotal this
group of records, but add the text box to another group's footer.
How can I do this?????
My current code looks like the following, and it works as long as the text
box is on the same group that I'm adding up. But that's not what I want. As I
said above, I want my text box on the another group.
= "Sub Total: Specialty Seat Type," &[Claimant] &"-->" &[SeatType]
BTW, my Grouping is as follows:
1st level: Claimant
2nd level: Site
3rd level: SeatType
I want to add the total amount of SeatTypes (per Claimant/Site), and show
the Sum on the Claimant footer level.
Note: If this question is not clear, please ask for clarification.
Thank you!!!