Compile Error

  • Thread starter Thread starter Jim
  • Start date Start date
J

Jim

I am (all of a sudden) coming up with the following error:

Compile Error:
Sub or Function not defined

Then Access 2000 takes me to the debugger and highlights
the following:

Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Attendees") Then
MsgBox "Open the Registration form using the
Registration button on the Attendees form."
Cancel = True
End If
End Sub

"IsLoaded" is highlighted. The program seemed to be
working fine, then this started. Anyone have any ideas?
Jim
 
Thanks, Van. That advice was VERY helpful. I did, indeed, change some locations without updating the references. Thanks again. Jim
 
Back
Top