Am trying to create an Excel VBA User form. The data that is entered in that form should be stored in the MS Access 2016 .accdb file. It works when both the excel file (which has the user form and vba code) and the .accdb MsAccess file are in the same local machine.
Is there a possibility to keep both the excel file and the .accdb file in Sharepoint so that everyone will download the excel from sharepoint and update their data in the user form.
From the locally downloaded excel file, the excel vba code should be able to update the .accdb file that is still in the sharepoint.
If yes, can someone please share the connection-uri template or other means of achieving the same.