Viewing and Printing "No Data in Forms"

G

Greg Gibney

Being that alot of data is not there.... we have made a
habit of putting in "0 records". 0 records is basically a
placeholder that will have a persons name and a 0 in all
the relative fields. Now if I don't use the 0 records
then I have a form with virtually no data behind it (a
query that contains nothing). Is there a way to make
these forms print with no data and just containing
defaults of 0 as a place holder ? Any help would be
appreciated.

Thanks,

Greg
 
D

Duane Hookom

Are you actually printing forms or reports? You can add a text box to a
report header
=IIf([HasData],"","0 Records")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top