conditional format with Null data

  • Thread starter Thread starter Irene
  • Start date Start date
I

Irene

Guest
In Access 2000, I want to changed the background of my field to red, if the
data is null. I know how to do it for an empty string, but not for null data. Do I need to change nulls to ""?
Thanks for the help.
 
Look up "IsNull" in Help. You should be able to apply whatever you're doing for an empty string using IsNull.
 

Users who are viewing this thread

Back
Top Bottom