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
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