Roy said:
I have form that i need more then 3 format conditions
Is there a way to do this in access?
Depends on what you mean by format conditions and how your
form is displayed.
You can use more that three conditions, but you can not
specify more than three (plus the default) formats. See the
Conditional Formatting examples at
www.lebans.com
If your form is displayed as a single form (not continuous
or datasheet), then you can use code in the form's Current
event (and probably some control's AfterUpdate event) to
test as many conditions and set as many properties as you
want.