report if a field were null it would not display

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a table linked to a form. If that form were to have a field with a
null value, how would I eliminate it being printed in the report? Can I set
up a query to do this?

Cheers,
Damian
 
Yes. In query design view, under the field that could be null, enter:
Is Not Null
 
Hi

I have a table linked to a form. If that form were to have a field with a
null value, how would I eliminate it being printed in the report? Can I set
up a query to do this?

A Form is used for onscreen viewing. A Report is used for printing.
They are different objects. I'm not certain just what you want!

If a field has a null value, it will print as blanks in a report.
Unless you have set the properties of the textbox printing the field
to something other than the default, you'll see nothing on the paper.
Could you give an example of what you mean by "not printed in the
report"?


John W. Vinson[MVP]
 

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

Back
Top