Hi,
I have a form which has two particular text boxes on it- I want to enabled or disable them depending on the value selected in a combo box on the form.
In the after update event of the combo box I have put an 'if then else' statement, it works the first time you use it on the form but if you change the combo box a second time it seems to disable both the text boxes instead of disabling one of them and enabling the other one-does this make sense?
Can anyone help, I've been stuck for ages!
I have a form which has two particular text boxes on it- I want to enabled or disable them depending on the value selected in a combo box on the form.
In the after update event of the combo box I have put an 'if then else' statement, it works the first time you use it on the form but if you change the combo box a second time it seems to disable both the text boxes instead of disabling one of them and enabling the other one-does this make sense?
Can anyone help, I've been stuck for ages!