On my subform I have a textbox that loads disabled. Based on the results of a combo before it I enable it or leave it disabled.
Problem is once it is enabled I input a value in the textbox which happens to be the last control. So when I leave that control, or rather attempt to, I get an error You cannot disable a control while it has the focus.
I have the trigger fire AFTER UPDATE.
What am I missing here?
Problem is once it is enabled I input a value in the textbox which happens to be the last control. So when I leave that control, or rather attempt to, I get an error You cannot disable a control while it has the focus.
I have the trigger fire AFTER UPDATE.
What am I missing here?