On Print event -
07-30-2003
, 07:26 PM
Am trying to format a report such that a value does not show if the
total of the values in a field in the detail section is less than 1.
The totals appear in the group footer ; each group is a unique name..
Problem I am having is if the total of the first group is "0", the
field total (0) shows as programmed. However, each subsequent group
takes on the value of the first group, regardless of whether the value
is 0 or not. I've applied the condition to the On Print (and also
tried the On Format) property and get the same results. Any
suggestions to make each group apply the condition independently vs
taking on the result of the first group?
TIA for any suggestions.
Ken |