conditional formatting on Null field

  • Thread starter Thread starter Terrell Miller
  • Start date Start date
T

Terrell Miller

probably a real easy question:

how do you specify a Null criteria in conditional
formatting?

IOW, I want the control to turn red or whatever if there
is nothing in the underlying field. Tried using "", Null,
and less than "a", nothing works.

Thx,

Terrell
 
From the first combo box, select "Expression is". Then, in the TextBox,
enter:

IsNull([MyField])
 
-----Original Message-----
From the first combo box, select "Expression is". Then, in the TextBox,
enter:

IsNull([MyField])


bingo!

thanks, Cheryl.

TM
 

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