david.paton
Registered User.
- Local time
- Today, 12:14
- Joined
- Jun 26, 2013
- Messages
- 338
I want to requery combo boxes on sub forms to a main form.
I have the code in the on current event of my main form
Private Sub Form_Current()
Me.Form.Requery
Me.frmCarerAvailabilitysubform.Requery
Me.tblCarerNotesSubform.Requery
Me.tblChildSubform2.Requery
End Sub
However, will this requery combo boxes within the subform?
I have the code in the on current event of my main form
Private Sub Form_Current()
Me.Form.Requery
Me.frmCarerAvailabilitysubform.Requery
Me.tblCarerNotesSubform.Requery
Me.tblChildSubform2.Requery
End Sub
However, will this requery combo boxes within the subform?
Last edited: