Hi
I have a control on a subform that I want to requery when the data changes. The following code doesn't show any error messages, although it doesn't work either.
Private Sub cboLocation_AfterUpdate()
Forms![MainForm]![SubForm1]![SubForm2]!cboLocation.Requery
End Sub
There are no breakpoints.
Any suggestions would be welcome.
Thanks
Steven811
I have a control on a subform that I want to requery when the data changes. The following code doesn't show any error messages, although it doesn't work either.
Private Sub cboLocation_AfterUpdate()
Forms![MainForm]![SubForm1]![SubForm2]!cboLocation.Requery
End Sub
There are no breakpoints.
Any suggestions would be welcome.
Thanks
Steven811