Null Value Syntax for Conditonal Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
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.
 

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