Share an access Database on Sharepoint

1k Views Asked by At

I have created quite a large Access 2016 db. It is now ready to share with the business and needs to be put onto SharePoint. I've tried just uploading the file to a SharePoint document library, however users cannot edit the database (there is a lot of VBA code that runs SQL commands that write data input by users into the database).

Is there a way to share the database that allows users to open it from SharePoint and let the VBA write to the database/tables?

1

There are 1 best solutions below

2
Gustav On BEST ANSWER

That is not possible as SharePoint isn't an SMB fileshare, neither is OneDrive, DropBox, etc.

The SMB fileshare is offered by a Windows Server or a Linux box with Samba installed.