Is there a way to override the “exclusive” status when linking to an open DBF file from Access? I am using the following code:
DoCmd.TransferDatabase acLink, “dBASE III”, sDatabase, , sFilename & “.dbf”, sFilename
and it fails with the following error message when the file is currently opened by another program.
3051 The Microsoft Jet database engine cannot open the file ‘D:RadiumDatagpsP3.DBF’. It is already opened exclusively by another user, or you need permission to view its data.
The two programs co-exist peacefully once the link is established (both can read and write data into the same DBF file), but creating the link into Access in the first place is not working when the file is already opened.