hi all
so i have a form called form_plannedmaintenance_newentry, and a sub form on this form called, sub form_plannedmaintenance.
in the sub form, is a combo box called cboWorkType
one the form is a button, to open another form called form_workType
this form creates new entry selections in the combo box cboWorkType
now the question is, how do i requery the combo box or subform on form_plannedmaintenance_newentry, when i add a new entry on form_WorkType
i thought it would be
but it didnt work
so i have a form called form_plannedmaintenance_newentry, and a sub form on this form called, sub form_plannedmaintenance.
in the sub form, is a combo box called cboWorkType
one the form is a button, to open another form called form_workType
this form creates new entry selections in the combo box cboWorkType
now the question is, how do i requery the combo box or subform on form_plannedmaintenance_newentry, when i add a new entry on form_WorkType
i thought it would be
Code:
Forms!Form_PlannedMaintenance_NewEntry!SubForm_PlannedMaintenance.Form.Requery
but it didnt work