Conditional Formatting Problem with Is Null

K

Kathy G

I have a report that has 2 fields that I need formated a different color when
the value is empty. They are [Height] & [Weight]. I have done conditional
formatting for them and [Weight] works but [Height] does not. My expression
is as follows:
[Height] Is Null. I have doublechecked my spelling. What else could make
this not work when the exact expression for [Weight] does work?
 
D

Duane Hookom

I expect your issue is using a field name that is also a property of
controls. Try change the name of your field in the report's record source to
something like "Hght" or "ItemHeight". Then update your report controls to
use the new column name.
 

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

Top