Conditional Formating Question

  • Thread starter Thread starter Anatoly Kurilin
  • Start date Start date
A

Anatoly Kurilin

Hi, what should I put in a text box "equal to" if I want a condition work
when the control value is equal to NULL?

Thanks in advance,
AK
 
Use the Expression option and the expression is isnull(controlname)

If you use the field name and value I think Is Null will also work
 
Yes, it works, thanks!
Use the Expression option and the expression is isnull(controlname)

If you use the field name and value I think Is Null will also work
 

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