G
Guest
I and listing an inventory by manufacturer and model with totals on each group.
the totals work for the model but the total by manufacturer picks up the
total of the last group.
My detail section has the info to print and CntManuf ( =1 ) and ModelCount (
=1 )
The model group footer totals correctly by displaying TotModel (
=[ModelCount] ).
The manufacturer fotter is wrong when displaying TotManuf ( =[CntManuf] ).
Report looks like:
Compaq model A etc....
1 record(s) for this model
model B etc....
model B etc....
2 record(s) for this model
2 record(s) for this manufacturer
Do I have to do something special when I have a group total within a group
total?
Thanks for your assistance.
the totals work for the model but the total by manufacturer picks up the
total of the last group.
My detail section has the info to print and CntManuf ( =1 ) and ModelCount (
=1 )
The model group footer totals correctly by displaying TotModel (
=[ModelCount] ).
The manufacturer fotter is wrong when displaying TotManuf ( =[CntManuf] ).
Report looks like:
Compaq model A etc....
1 record(s) for this model
model B etc....
model B etc....
2 record(s) for this model
2 record(s) for this manufacturer
Do I have to do something special when I have a group total within a group
total?
Thanks for your assistance.