R
Ricky11
I often take the template databases and combine different features of 2 or
more. It seems that I often get an error saying IsLoaded is ambiguous - how
can I fix this?
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
more. It seems that I often get an error saying IsLoaded is ambiguous - how
can I fix this?
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