Cna't open database file remotely

M

Miaplacidus

I have code, running from MSProject

Set AppAccess = CreateObject("Access.Application")
AppAccess.Visible = True
AppAccess.OpenCurrentDatabase strDB (strDB conatains the path and
filename)

This opens Access normally, but when it tries to open the database I get an
error message saying it can't be found or is opend exclusively by another
user.


????
 
Top