G
Guest
I need to count the number of times records have specific statuses. I'm using
a Select Case statement in the Detail_Format event to increment a variable
for each status. I am then using that variable to print a summary in the
footer of the group.
The counts are coming out incorrect (roughly 3 times the total number of
records in the report). It appears the Detail_Format event fires more than
once per record. Is there a way to get around this? (e.g., some property that
indicates whether the Detail_Format event has already fired for the current
record)?
Thanks for any guidance.
Paco
a Select Case statement in the Detail_Format event to increment a variable
for each status. I am then using that variable to print a summary in the
footer of the group.
The counts are coming out incorrect (roughly 3 times the total number of
records in the report). It appears the Detail_Format event fires more than
once per record. Is there a way to get around this? (e.g., some property that
indicates whether the Detail_Format event has already fired for the current
record)?
Thanks for any guidance.
Paco