A
Angela
I'm a novice programmer and was hoping that someone could help me.
I have a combo box in form 1, and another combo box in form 2. Currently
the combo box in form 2 is NOT enabled.
This is what I'm trying to do: when the user selects "yes" in combo_box1 in
form 1, I want the combo_box2 in form 2 to be enabled. I tried using a
public variable to enable combo_box2 but as I move from one record to
another, the public variable is not updated.
If anyone has an answer or better method of how to activate combo_box2 (in
form 2) based on the selection of combo_box1 (in form 1), please let me know.
Thank you in advance.
I have a combo box in form 1, and another combo box in form 2. Currently
the combo box in form 2 is NOT enabled.
This is what I'm trying to do: when the user selects "yes" in combo_box1 in
form 1, I want the combo_box2 in form 2 to be enabled. I tried using a
public variable to enable combo_box2 but as I move from one record to
another, the public variable is not updated.
If anyone has an answer or better method of how to activate combo_box2 (in
form 2) based on the selection of combo_box1 (in form 1), please let me know.
Thank you in advance.