Linked Database Issues

B

Bryan

I have a linked database that runs just fine. On my computer, where the
database resides, I have no problem running a form with a subform within.
However, on the "remote" computer that is linked to my database, each time I
try to click on the button command I get the following error:

Private Sub Form_Open(Cancel As Integer)
If Not IsLoaded("Customers") Then
MsgBox "Open the Action Items form using the Action Item button on
the Customers form."
Cancel = True
End If
End Sub

Again, this only happens on the linked database. I am running access 97 on
both machines and I have checked the settings on both to see if I can spot
the problem.

Any help would be appreciated.

Thanks!
 
Top