I have a form designed for survey result data entry, it consists of sets of comboboxes, which corresponds to possible answers from quetionnaire.
I want to disable other comboxes if one of the possible answers has been entered, and should be able to re-enable it should the data entry clark makes a mistake and needs to change the response
Example
4 comboboxes each consist of possible response to a question. If cmb1 contains a value disable cmb2,cmb3,cmb4. If user decides to change response by deleting value in cmb1,re-enable remaining three.
I have tried code in the AfterUpdate event,OnChange and even form current, it doesn't accurately cut it.
Why comboboxes when text box could do? It was part of application requirement from the project sponsors.
Any assistance would be greately appriciated
I want to disable other comboxes if one of the possible answers has been entered, and should be able to re-enable it should the data entry clark makes a mistake and needs to change the response
Example
4 comboboxes each consist of possible response to a question. If cmb1 contains a value disable cmb2,cmb3,cmb4. If user decides to change response by deleting value in cmb1,re-enable remaining three.
I have tried code in the AfterUpdate event,OnChange and even form current, it doesn't accurately cut it.
Why comboboxes when text box could do? It was part of application requirement from the project sponsors.
Any assistance would be greately appriciated