VB Code:
Private Sub Form_Load() DoEvents DoCmd.GoToRecord , , acFirst DoCmd.GoToRecord , Me.Name, acLast 'this one errors End Sub
The error message comes back saying "Form [name of form] is not open."
This form is also nested that is it is a sub form.
can any one tell me why this may be.
