mdthornton
Programmer
I'm having trouble with a report where I'm summing columns and printing sub-totals at certain points within the detail section based on another control's value. For reasons I won't go into here I can't sum up in a group footer (ie the normal way), I have to do it in the detail section.
I understand the theory behind the format/print and retreat events but can someone explain the following.
I reduced my result set (to 7 rows) so that the report fit on 1 page. If I break into the code however the format event is firing 14 times and the formatcount is always = 1.
Any help/explanation would be greatly appreciatated.
Mike T
I understand the theory behind the format/print and retreat events but can someone explain the following.
I reduced my result set (to 7 rows) so that the report fit on 1 page. If I break into the code however the format event is firing 14 times and the formatcount is always = 1.
Any help/explanation would be greatly appreciatated.
Mike T