I have a continuous form with a field that is shown locked (Locked = Yes) and disabled (Enable = No) so that it can’t get the focus nor be changed. I want to use Conditional Formatting to change the color when the displayed number is out of range. It appears that when the condition is evaluated, the locked property is set to No, whether or not the condition is satisfied — this causes the field becomes editable and it can get the focus, which I don’t want. Is there any way to keep it locked (e.g. via VBA)?
Thanks.