Hi folks,
So I have the following code:
Private Sub lstGuidelines_AfterUpdate()
DoCmd.GoToRecord acDataForm, Me.Form.Name, acGoTo, Me.Form.lstGuidelines
End Sub
Works like a charm when I load up the form. However, when the same form is embedded into my main interface form I get the...