Null Value Syntax for Conditonal Formatting

C

cvegas

I would like the color of a field to be yellow if there is no data in that
field.

I have tried conditional foramtting but haven't been able to figure out what
to use and the proper syntax.

Use field value is ?
Use Expression is?

Any help would be appreciated.
 
J

John Vinson

cvegas said:
I would like the color of a field to be yellow if there is no data in that
field.

I have tried conditional foramtting but haven't been able to figure out what
to use and the proper syntax.

Use field value is ?

IS NULL

as two words.
Use Expression is?

If that doesn't work, use

[fieldname] IS NULL

John W. Vinson
 
T

Ted

is this supposed to work when the control is a combobox (using a2k)?

cvegas said:
[Field Name] Is Null worked great

Thanks

cvegas said:
I would like the color of a field to be yellow if there is no data in that
field.

I have tried conditional foramtting but haven't been able to figure out what
to use and the proper syntax.

Use field value is ?
Use Expression is?

Any help would be appreciated.
 
Top