G
Guest
Can anyone tell me what might be wrong with this? I keep getting an error
message and everything seems to be in order. Maybe I'm missing something!
Private Sub Report_Open(Cancel As Integer)
DoCmd.OpenForm "Report Range", , , , , acDialog, "Attendance Summary"
If Not IsLoaded("Report Range") Then
Cancel = True
End If
End Su
.......................................................................................
The error message I get states:
Complie Error:
Sub or Function not defined
message and everything seems to be in order. Maybe I'm missing something!
Private Sub Report_Open(Cancel As Integer)
DoCmd.OpenForm "Report Range", , , , , acDialog, "Attendance Summary"
If Not IsLoaded("Report Range") Then
Cancel = True
End If
End Su
.......................................................................................
The error message I get states:
Complie Error:
Sub or Function not defined