Report printing, hiding fields do not have any information (NULL)

A

Art

I need to print reports that have many fields. My problem is that for
records that have only some of the fields containing information, can I
suppress the remaining fields fjrom the printed report
 
R

Rick B

If the field is blank, you should not see anything on the report. It should
suppreess them.

If the report is layed out so each field prints on a separate line, then you
can play with the CAN SHRINK or CAN GROW properties of the fields so they
will not take up any space when empty.

I will often make all my fields zero height, then set their CAN GROW
property to true so they will grow only if data exists.

Rick B
 
Top