Hello:
I need some assistance with "linking" tables using, e.g., a relative path.
Quick background:
- Our team is working in a distributed/remote environment.
- That is, we do NOT have access to a shared/common drive (as it would be available in a brick & mortar building).
- Instead, we use SharePoint to access common files.
Common Files on SharePoint:
Now, when linking tables (backend) to a database front-end (forms, queries), I am selecting the BROWSE option to locate the file via SharePoint.
In the "Get External Data - Access Database" dialogue box, I ultimately choose the file from the following location:
C:\Users\username\CompanyName\SourceTables_be.accd b
... where username = "MyName"
Hence, any other team member who opens the frontend will NOT be able to bring up any tables, queries, forms, etc.
Here's what I tried:
- I tried changing "C:\Users\username\CompanyName\SourceTables_be.acc db" to "\\SourceTables_be.accdb" but that did NOT work.
My question:
- How can I connect to the tables via a relative path so that any user (who opens the file via SharePoint) can access the source tables?
- In the event I can't use relative paths for table linking, does anyone know of some, e.g., VBA solution that would allow for a solution?