DutchKevin
Board Regular
- Joined
- Apr 13, 2011
- Messages
- 133
- Office Version
- 365
- Platform
- Windows
Hello,
I try to get this conditional formatting going on a datasheet form on which I display a query result. However it's not working properly with the OR criteria.
If Field1 equals 5 and the Description is un-equal to either textvalue, it should get a defined format.
Somehow it takes only the first check ito account, Field1=5
Can you suggest how this should work?
[Field1]=5 AND ([Description]<>"text1" OR [Description]<>"text2")
Thanks for Helping.
Kevin
I try to get this conditional formatting going on a datasheet form on which I display a query result. However it's not working properly with the OR criteria.
If Field1 equals 5 and the Description is un-equal to either textvalue, it should get a defined format.
Somehow it takes only the first check ito account, Field1=5
Can you suggest how this should work?
[Field1]=5 AND ([Description]<>"text1" OR [Description]<>"text2")
Thanks for Helping.
Kevin