Error message

R

Robert Morris

Hi,

I keep getting this error no matter what I do to correct
the problem what am I missing?

Private Sub Report_Open(Cancel As Integer)
If Not isloaded("Internal Maintenance Workorders")
Then
MsgBox ""
Cancel = False
Else
DoCmd.OpenForm "Print Invoice", , , , , acDialog
If Not isloaded("Print Invoice") Then
Cancel = True
End If
End If


Thanks

Robert
 

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

Top