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

Blank Fields

Status
Not open for further replies.

NBS

Programmer
May 23, 2001
1
US
Hi, I was wondering if there is a simple solution to this problem:

I am using the Select Expert to extract all records that do not contain 4 particular things in a field called key5. It runs fine excluding the data that I want to filter but does not give me records with no data in that field. I would like it to include those records however. If anyone could help I would appreciate it.

Thanks, J
 
You need to use:

IsNull ( {field} )
or
....(your existing formula) Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top