
Can't Access External Access Table
I think the problem may be in how you're specifying the path to the
external database; you should be using the UNC path (ie
\\machinename\foldername\databasename.mdb) unless you are certain the user
has a drive letter mapped to the database path.
The error is due to the fact that the path cannot be found to the external
database. This can also be due to the user of the database not having the
necessary permissions to access that database. You should bear in mind
that, in order to open a database, a user needs to have the ability to
read/write/create and delete files in that folder on the external machine.
This is due to the Jet engine's need to write to the LDB (locking) file in
the same folder as the Access database. Most likely this is what is
lacking; once those permissions are granted, I'll bet this works for you!
Steven Bras, MCSD
Microsoft Developer Support/Visual Basic WebData
This posting is provided AS IS with no warranties, and confers no rights.
You assume all risk for your use. ? 2001 Microsoft Corporation. All rights
reserved.