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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRXI: selecting records missing data

Status
Not open for further replies.

glyrocks

Technical User
Nov 16, 2006
57
US

I need to create a report that selects records only if 1 of any, say, 10 fields is blank/null. What is the syntax for null values? Thanks,

dylan
 
Yes. Try the following as your record selection formula:

isnull({table.field1}) or
isnull({table.field2}) or
isnull({table.field3}) //etc.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top