I have a report which lists names and sales values but removes duplicate names giving totals where people have more than 1 sale e.g.
When then page ends on record 6 the total appears on the second page but when the page ends on record 4, the first record on the next page is 6 yet the total is still using records 5 and 6. All the sections fit and are not being surpressed.
This appears to be a crystal bug but is there any way round it?
Thanks in advance
Michelle
Code:
(detail)1 Smith 50
(detail)2 140
(grp footer) 190 (total)
(detail)3 Jones 75
(detail)4 Allan 120
(detail)5 Walker 46
(detail)6 15
(grp footer) 61 (total)
This appears to be a crystal bug but is there any way round it?
Thanks in advance
Michelle