R
Ripper
I have a subform where the user will select a name of a person they are
reviewing, if the person is not there, they press a button that opens another
form where they can enter the person's name. However once they close that
form and return to the subform, the person's name doesn't show up in the
combobox.
How can I requery the combobox to look for the newly added name?
Main Form: frmDataAdd
Subform: subDataEdit
ComboBox: cboTeacherID
Teacher Add Form: frmTeacherAdd
reviewing, if the person is not there, they press a button that opens another
form where they can enter the person's name. However once they close that
form and return to the subform, the person's name doesn't show up in the
combobox.
How can I requery the combobox to look for the newly added name?
Main Form: frmDataAdd
Subform: subDataEdit
ComboBox: cboTeacherID
Teacher Add Form: frmTeacherAdd