I have an access database that is split into a front end and a back end database. I have around 50 make table queries that make a table in the back end database.
Currently I have the Another Database radio button checked
Under filename I have referenced a Path and the back end database name.
A user may request the back end database to be placed on a shared server so multiple people can access it. So I have to go into each make table query and manually change the path. This can be cumbersome as I have multiple locations using this.
Looking for a way to change the path once and it changes all the path references in the 50 make table queries. I tried creating a table with the path and then I used a dlookup function in the field. The front end database closed when I did that.
Currently I have the Another Database radio button checked
Under filename I have referenced a Path and the back end database name.
A user may request the back end database to be placed on a shared server so multiple people can access it. So I have to go into each make table query and manually change the path. This can be cumbersome as I have multiple locations using this.
Looking for a way to change the path once and it changes all the path references in the 50 make table queries. I tried creating a table with the path and then I used a dlookup function in the field. The front end database closed when I did that.
Comment