Hello everyone. I have multiple nested forms within an unbound main form. I have an unbound combo box from which user selects a name, and all the information associated with that name is displayed on all subforms. All I am trying to do is when I select a name from a combo box I want to capture the ID in display it in each subform. The value will be displayed in bound invisible text box. This methods works will only the first and second subform, which nested within a the first subform. I am not sure what I am doing wrong.
Here is the code i put in the default value of each text field:
=[Forms]![frmMTP]![cboMngTrainee] and I issue a me.refresh on the after update of the combo box.
Can anyone help me please?
Thank you
ParyGoal
Here is the code i put in the default value of each text field:
=[Forms]![frmMTP]![cboMngTrainee] and I issue a me.refresh on the after update of the combo box.
Can anyone help me please?
Thank you
ParyGoal