Hello,
I have a text box "Txt1"
And multiple Combo Boxes "Cbo1" "Cbo2" "Cbo3" all on a form "frm1"
The combo box options are 1 = Yes, 2 = No.
I would like it if either cbo1, 2 or 3 are "No" or "Null" then txt1 will be disabled. This would change as the combo boxes are changed.
E.g
The form is opened and the default enabled status for txt1 is false. cbo1 is selected "Yes" then txt1 would stay disabled because cbo2 and cbo3 are still empty.
if cbo2 is "Yes" and cbo3 is then marked "No", then txt1 will stay disabled because a "No" option has been selected. The only time that txt1 will be enabled is if all combos have a "Yes"/1 value.
These boxes may be updated in sequential order or at random. e.g cbo3 is changed first then cbo1 then cbo2.
The txt1 will need to be updated/refreshed after each option has been made. This is installed on a split database so multiple users may be changing a combo box at the same time.
The idea is to allow multiple users to give their agreement (Yes/No) before a final text box can be filled with text and only if all users have given a yes response.
Thanks,
Jake.
I have a text box "Txt1"
And multiple Combo Boxes "Cbo1" "Cbo2" "Cbo3" all on a form "frm1"
The combo box options are 1 = Yes, 2 = No.
I would like it if either cbo1, 2 or 3 are "No" or "Null" then txt1 will be disabled. This would change as the combo boxes are changed.
E.g
The form is opened and the default enabled status for txt1 is false. cbo1 is selected "Yes" then txt1 would stay disabled because cbo2 and cbo3 are still empty.
if cbo2 is "Yes" and cbo3 is then marked "No", then txt1 will stay disabled because a "No" option has been selected. The only time that txt1 will be enabled is if all combos have a "Yes"/1 value.
These boxes may be updated in sequential order or at random. e.g cbo3 is changed first then cbo1 then cbo2.
The txt1 will need to be updated/refreshed after each option has been made. This is installed on a split database so multiple users may be changing a combo box at the same time.
The idea is to allow multiple users to give their agreement (Yes/No) before a final text box can be filled with text and only if all users have given a yes response.
Thanks,
Jake.