Suppressing a detail line

  • Thread starter Thread starter Phil Hellmuth
  • Start date Start date
P

Phil Hellmuth

I need to suppress a line in a report if a value from the previous line
repeats itself. I can do that in the Detail_Print event by setting
Cancel = 1. However, a blank line appears on the report, as opposed to
the next printed detail line printing seamlessly after the last printed
line. Is there a way to prevent the blank line?

Thanks in advance.
 
Back
Top