
How to not print blank line
-Open your report in design view,
-Select the section you want to supress and right click
-Choose Format Section
-Verify that the section you want to suppress is selected
-Click on the conditional suppress button by the "Suppress Dont' Drill..".
I looks like this: [X-2] (Do no check the check box!!!)
-Enter the formula (eg. IsNull({MyTable.MyField}) - This will supress null
values, or maybe {MyTable.MyField} = 2 this will suppress all with values 2
etc.
-Check for errors and save your formula.
Hope this helps...
Quote:
> I want to print a block of information about an employee.
> If a line which contains one field is empty, I don't want
> to print the empty line. How do I go about suppressing the empty line?
> Thank you..