Compile Error

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
 
G

Guest

Thanks, Van. That advice was VERY helpful. I did, indeed, change some locations without updating the references. Thanks again. Jim
 
P

PC

Try Tools - Database utilities - Compact and Repair
Database before you do anything else
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top