I have several calculated fields on a detail section line and I would like to cancel the line on a set of conditions.
I have VBA code in the Detail_Print event which reads the data and then decides whether or not it is needed.
So far so good. Now the question
How do I cancel the print of that line?
I am quite sure I am missing something simple here
Mike
I have VBA code in the Detail_Print event which reads the data and then decides whether or not it is needed.
So far so good. Now the question
How do I cancel the print of that line?
I am quite sure I am missing something simple here
Mike