stevenblanc
Registered User.
- Local time
- Yesterday, 16:54
- Joined
- Jun 27, 2011
- Messages
- 103
Hi folks,
So I have the following code:
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 following error:
Any idea how I resolve this issue?
Steven
So I have the following code:
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 following error:
Run-time error '2489':
The object 'frmSubGuidelines' isn't open.
Any idea how I resolve this issue?
Steven