J
JK
Yesterday I added a new login feature to my database. I'm using an example I
found online from Phil Mackison. The name of the example is
Audit_Blank_Mod.mdb.
Until I added the new tables, forms, and modules, I didn't receive the error
mentioned in the subject of this post.
This is the code that returns the error when I compile the db.
Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Workorders by Customer") Then
MsgBox "Open the Payments form using the Payments button on the
Workorders by Customer form."
Cancel = True
End If
End Sub
I'm no programmer - that's for sure, but doesn't this error appear when code
(or a function) is duplicated or, the name of the function cannot be
recognized?
Please help.... ...
found online from Phil Mackison. The name of the example is
Audit_Blank_Mod.mdb.
Until I added the new tables, forms, and modules, I didn't receive the error
mentioned in the subject of this post.
This is the code that returns the error when I compile the db.
Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Workorders by Customer") Then
MsgBox "Open the Payments form using the Payments button on the
Workorders by Customer form."
Cancel = True
End If
End Sub
I'm no programmer - that's for sure, but doesn't this error appear when code
(or a function) is duplicated or, the name of the function cannot be
recognized?
Please help.... ...