ggoldberg
MIS
- Feb 7, 2003
- 27
I am creating a procedure to copy the tables from an SQL database to a split database on a laptop (for standalone operation) and then link them up to a newly refreshed copy of the application data base. I have a form in the backend folder that does the following:
a) Import all SQL tables into the backend folder (app_be.mdb) for the application.
b) Import all primary key information from the SQL server and apply to newly imported tables.
c) Download a fresh copy of the application database (app.mdb) into the application folder.
d) Re-link all tables in the app.mdb to the backend database app_be.mdb. This linking is to be done from the backend database.
My question is: How can I do the linking step from a form located in the app_be.mdb database? Is there some way I can use TransferDatabase but specify that I want to link tables in the application database to the tables in the backend database, even though the executing code is located in the backend database?
Thanks...
a) Import all SQL tables into the backend folder (app_be.mdb) for the application.
b) Import all primary key information from the SQL server and apply to newly imported tables.
c) Download a fresh copy of the application database (app.mdb) into the application folder.
d) Re-link all tables in the app.mdb to the backend database app_be.mdb. This linking is to be done from the backend database.
My question is: How can I do the linking step from a form located in the app_be.mdb database? Is there some way I can use TransferDatabase but specify that I want to link tables in the application database to the tables in the backend database, even though the executing code is located in the backend database?
Thanks...