Samantha
still learning...
- Local time
- Today, 10:35
- Joined
- Jul 12, 2012
- Messages
- 182
Time to waive my white flag and give it to the pros . I have a continuous form that I am trying to flag every project red that we are only working off a "Notice to Proceed" and the contract value exceeds $5000. [ContractStatus] should display with red text. I've highlighted the record which should clearly be appearing in red and is not.
I've done some general searching and found backstyle properties, null values and whether the field is bound can have interference - I've ruled those out.
There are no vba events running on the form.
Any other ideas?
Evaluating with an expression [ContractStatus] Like "NTP in File" And [ContractAmount]>"5000"
If I change the greater than/less than I get the exact opposite results. I've wiped out the value saved refreshed re-entered with no different result.
Thank in advance,
Samantha
I've done some general searching and found backstyle properties, null values and whether the field is bound can have interference - I've ruled those out.
There are no vba events running on the form.
Any other ideas?
Evaluating with an expression [ContractStatus] Like "NTP in File" And [ContractAmount]>"5000"
If I change the greater than/less than I get the exact opposite results. I've wiped out the value saved refreshed re-entered with no different result.
Thank in advance,
Samantha