G
Goldar
I have a table that contains records that have fields for Account number,
amount and sequence number. If a group only contains one record (seq #=0), I
want to print it and have it's total included in the group total. If the
group contains more that one record (seq #=0..n), i want to suppress printing
for the first record and not have it's [amount] field included in the group
total. I can suppress printing by setting the Detail Section's visible
property to false for that record, but it's [amount] is still included in the
group total. How can I accomplish this?
Thanks...
amount and sequence number. If a group only contains one record (seq #=0), I
want to print it and have it's total included in the group total. If the
group contains more that one record (seq #=0..n), i want to suppress printing
for the first record and not have it's [amount] field included in the group
total. I can suppress printing by setting the Detail Section's visible
property to false for that record, but it's [amount] is still included in the
group total. How can I accomplish this?
Thanks...