Problem with Dev Ashish link table program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get this error message when I try to run the fRefreshLinks function. The
program runs but when I select the backend db (a db on another computer) I
get the error message below. I don't get the message if I use the Linked
Table Manager. Does the program that Dev Ashish wrote, called Relink Access
tables, work on networked databases? How do you correct the problem?

-------start error message---------
Error Information...

Funciton: fRefreshLinks
Decription: The Microsoft Jet Database engine could not open the file
'//mbe4374/cam/CAMBE.mdb'. It is already open exclusively by another user,
or you need permission to view its data.
Error #: 3051
-----end message--------
 
Is the database secured (mdw file)?

If so, you will need to log in with administrative rights to be able to set
the Connect property of the TableDef.
 
Back
Top