K
KrazyKoder
Hello,
I wanted to create a expression to use for a conditional format that would
check if the field has the focus and something else. Im using a datasheet.
I tried an expression like this but it doesnt work. Not so good with
expressions though.
Me.ActiveControl.Properties("Name")="txtOrderResult" AND
[txtOrderResult].Value<>"Successful"
Is there anyway to do such a thing.
There is the "Field has focus" option on the conditional formatting dialog,
but no way to add an AND to that.
Thanks!
I wanted to create a expression to use for a conditional format that would
check if the field has the focus and something else. Im using a datasheet.
I tried an expression like this but it doesnt work. Not so good with
expressions though.
Me.ActiveControl.Properties("Name")="txtOrderResult" AND
[txtOrderResult].Value<>"Successful"
Is there anyway to do such a thing.
There is the "Field has focus" option on the conditional formatting dialog,
but no way to add an AND to that.
Thanks!