I need some assistance with a combo box
I have a combo box that looks up the values in a table or query.
I am using a main form with a subform. The combo box is on the main form. The combo box works fine other than when the main form first opens, I want all the fields in the subform to be disabled, and that seems to be working ok.
However, when selecting a value from the combo box to display all associated records with that value in the subform, I also want the disabled fields to also become enabled. That’s where I’m having my problem.
How do I code the combo box in the main form to enable the disabled fields in the subform?
Can anyone help me with this?
I have a combo box that looks up the values in a table or query.
I am using a main form with a subform. The combo box is on the main form. The combo box works fine other than when the main form first opens, I want all the fields in the subform to be disabled, and that seems to be working ok.
However, when selecting a value from the combo box to display all associated records with that value in the subform, I also want the disabled fields to also become enabled. That’s where I’m having my problem.
How do I code the combo box in the main form to enable the disabled fields in the subform?
Can anyone help me with this?