Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preventing null records in report

Status
Not open for further replies.

LHWC

Technical User
Apr 29, 2004
52
US
I have a report that uses a single table as its record source. It uses six fields out of 80 or so in the table. Some records have null values in one or more fields. How can I prevent a record from showing in the report if it has a null value in a particular field?
Thanks in advance...
 
Use a query based on that table as recordsource of the report. In the criteria row of the field(s) where you whish to avoid nulls, type

[tt]not is null[/tt]

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top