How do I display criteria with no characters in it only? (Blank c.

K

Ken Snell [MVP]

Not clear what you mean, but if you want to show a record if a specific
value is empty, try this as the criterion expression for that field:

Is Null
 
E

EM-C

Thats great, it worked. Thank you Ken!

Ken Snell said:
Not clear what you mean, but if you want to show a record if a specific
value is empty, try this as the criterion expression for that field:

Is Null
 
Top