Hello,
I just started getting this weird error message. when I open Access. MS Access 2010 ErrorCode 2046 Command GoToRecord is currently not available
I should mention that Access defaults to a form on open and I'm using this VBA to default to a new record in the form.
Any ideas?Private Sub Form_Load()
DoCmd.GoToRecord , , acNewRec
End Sub