Conditional Expression, Change To Red is >30

  • Thread starter Gulf Coast Electric
  • Start date
G

Gulf Coast Electric

The field name on form is named Days Past Due as is the Control Source name.
It counts how many days past due the Invoice is.
If it is over 30, I want it to change to Red. Here is the code I tried,
didnt work.





Expression is [Days Past Due]>30
 
M

Michel Walsh

Hi,

Is it possible your [Days Past Due] is a string instead of a number?
Try:


Int( [Days Past Due]) > 30


Is it possible that another condition is applied?


Hoping it may help,
Vanderghast, Access MVP
 

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