TommyIndigo
Programmer
Hi,
I have an Access DB (2007) stored on a server. A function within this DB opens a data file for reading and imports it into the database. The function includes a path to the file to be opened.
Users are connecting to this database via a network share. It seems the function to open the data file is using the context of their client machine, rather than the server. So, that function is failing since they don't have that path mapped to the data file.
I'm assuming since the DB is being opened via a share that essentially the database is running on the client machine, hence is looking for the path in relation to the client.
I don't want them to need to map a path to this file. Since the DB resides on the server, I'd like the path to be relative to the DB itself (i.e. on the server), rather than the client. Is this possible?
Thanks in advance for your help.
I have an Access DB (2007) stored on a server. A function within this DB opens a data file for reading and imports it into the database. The function includes a path to the file to be opened.
Users are connecting to this database via a network share. It seems the function to open the data file is using the context of their client machine, rather than the server. So, that function is failing since they don't have that path mapped to the data file.
I'm assuming since the DB is being opened via a share that essentially the database is running on the client machine, hence is looking for the path in relation to the client.
I don't want them to need to map a path to this file. Since the DB resides on the server, I'd like the path to be relative to the DB itself (i.e. on the server), rather than the client. Is this possible?
Thanks in advance for your help.