Problem with Dev Ashish link table program

J

James

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--------
 
A

Allen Browne

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.
 
Top