My db has a csv linked file how can I share with others

Sonya810

Registered User.
Local time
Today, 04:17
Joined
Mar 8, 2018
Messages
22
My Access db has a csv linked file for updating the csv file in my documents folder. When others try to open it they get an error that the file is located in my documents folder. I split the db and changed the tables back to csv linked file. It works for me, but not so much for others.
 
i am not sure if it is possible for multi-user Editing same csv file.
you can import this csv into a Table (if it has less than 255 columns).
then everyone can edit this table and ultimately Export as csv.

on sharing you need to Create a Shared folder and add User Everyone to it.
Everyone should have all Rights on the shared folder.
Split your db and put the BE to the Shared folder.
Relink all your tables (in FE) again, this time use UNC path, ei,

\\yourComputerName\SharedFolder\BEName.accdb

make a copy of the FE and give to your users.
 
i am not sure if it is possible for multi-user Editing same csv file.
you can import this csv into a Table (if it has less than 255 columns).
then everyone can edit this table and ultimately Export as csv.

on sharing you need to Create a Shared folder and add User Everyone to it.
Everyone should have all Rights on the shared folder.
Split your db and put the BE to the Shared folder.
Relink all your tables (in FE) again, this time use UNC path, ei,

\\yourComputerName\SharedFolder\BEName.accdb

make a copy of the FE and give to your users.
Thank you. Let me try this
 
You have to remember that straight-up Excel doesn't like to share files for modification. Having said that, consider this:

 

Users who are viewing this thread

Back
Top Bottom