Shorten the no of pages

L

Ling

I have a problem here:
I have a form that has a command button which directs the
users to the report when clicked. However, some of the
fields in the form may have zero or null values. So, the
corresponding fields should not appear in the report.

There's 1 more problem. If the fields are empty, the
fields below should move up automatically so that there
are no white space in the report. Is there a way in which
I can do this?

Thanx..

Ling
 
P

Paul D

to remove the white space in a report, look at the format properties for the
section you need to adjust (most likely details). change the can shrink
property to yes
Paul D
 
Top