My db has a csv linked file how can I share with others (1 Viewer)

Sonya810

Registered User.
Local time
Today, 14:59
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.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 05:59
Joined
May 7, 2009
Messages
19,245
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.
 

Sonya810

Registered User.
Local time
Today, 14:59
Joined
Mar 8, 2018
Messages
22
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
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 16:59
Joined
Feb 28, 2001
Messages
27,188
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

Top Bottom