Hope the title makes sense.
I have a form with a subform (frmEventSubForm). I have a control on the frmEventSubform (cmdAddEventType) that opens another form (frmEventType) so that the user can update the event type. The combo drop down I am trying to update is cboEventTypeVer2 on the sub form.
Hope that makes sense. I have tried:
Me.frmEventSubForm.Form.cboEventTypeVer2.Requery
Forms!frmEventSubForm.Form.cboEventTypeVer2.Requery
I can't get it to requery just the cboEventyTypeVer2 on the sub form.
Thanks
I have a form with a subform (frmEventSubForm). I have a control on the frmEventSubform (cmdAddEventType) that opens another form (frmEventType) so that the user can update the event type. The combo drop down I am trying to update is cboEventTypeVer2 on the sub form.
Hope that makes sense. I have tried:
Me.frmEventSubForm.Form.cboEventTypeVer2.Requery
Forms!frmEventSubForm.Form.cboEventTypeVer2.Requery
I can't get it to requery just the cboEventyTypeVer2 on the sub form.
Thanks