Conditional Formating a field on a form

SFCMatthews

Registered User.
Local time
Today, 01:35
Joined
Feb 3, 2012
Messages
44
I have a problem Im hopeing someone can help me with.

On a form I have several fields that look like this; type , day, night. Now if (type = A, or B than day highlights orange). How would I write the expresion in the conditional Formating form for the day field.
 
[Type] = "A" OR [Type] = "B"
 
Thanks I will look at that. I did figure it out though. Eval ([Type] in ("A","B")) worked. Thank you for your time.
 

Users who are viewing this thread

Back
Top Bottom