48Highlander
Technical User
I want to change the background color of a text box if the value of another control is null or = "". I have the following expression in the Expression Is box but the color does not change.
txtQBDepositID is a bound control
What am I doing wrong?
Bill J
Code:
nz(txtQBDepositID,"") = ""
txtQBDepositID is a bound control
What am I doing wrong?
Bill J