Eljefegeneo
Still trying to learn
- Local time
- Today, 13:41
- Joined
- Jan 10, 2011
- Messages
- 902
I have a front end that is linked to two different back ends. To work on changes of this DB, I work from home thus have to put it on my Dropbox, remotely go to a work computer, copy it from there onto the server then re-link all the tables. Fortunately there are only 11 tables. But I have to be very careful on which backend I select to re-link them.
I've done some research on this but most "re-linking" code does not seem to address this. What I am looking for is some code that says re-link table1 to back end 1, table 2 to back end 2, table 3 to back end 1, table 4 to back end 1, table 5 to back end 2, etc.
My work copy at home links to two tables whose path does not coincide with that of the server.
I hope I have explained this correctly. I do not know how to identify each table and how to identify the correct link to re-link each one.
I've done some research on this but most "re-linking" code does not seem to address this. What I am looking for is some code that says re-link table1 to back end 1, table 2 to back end 2, table 3 to back end 1, table 4 to back end 1, table 5 to back end 2, etc.
My work copy at home links to two tables whose path does not coincide with that of the server.
I hope I have explained this correctly. I do not know how to identify each table and how to identify the correct link to re-link each one.