K
Keypad
Hello,
I'm getting a Runtime error: '2501' error when I try to open a form in
AC2007 which didn't happen in earlier Access versions. The error only
happens when the VB Editor is password protected. Once I open the VB Editor
with my password then the form will open, which is pretty strange. Has anyone
else experienced this and I don't know how to fix this.
I have a label which opens the form like below:
Private Sub lblQuickNotes_Click()
DoCmd.OpenForm "QuickNotes"
End Sub
-KP
I'm getting a Runtime error: '2501' error when I try to open a form in
AC2007 which didn't happen in earlier Access versions. The error only
happens when the VB Editor is password protected. Once I open the VB Editor
with my password then the form will open, which is pretty strange. Has anyone
else experienced this and I don't know how to fix this.
I have a label which opens the form like below:
Private Sub lblQuickNotes_Click()
DoCmd.OpenForm "QuickNotes"
End Sub
-KP