D
DDBeards
I have two environments; production and development. The production mdb has
33 linked tables from 7 different Backend Dbs located in 5 different folders
on our network. The development environment has the same number of tables
and Dbs but they are all found in the same local folder. After reading
several of the articles on how to relink via code I am still unsure of what
commands actually performs the link.
In preperation for coding that hopefully someone can help me with, I have
created a "UTbl_Link" Table that has 33 records in it with 4 fields:
qtbl contains the name of the table
qdb contains the name of the mdb
qProd contains the location of the mdb in production
qDev contains the locatio of the mdb in development
What I would like to have is a form that ask what linkage do you wish to set
the program to; "Production" or "Development". Based on the answer, I would
like the 33 tables refreshed and saved with the appropriate links as provided
in the "UTbl_Link" Table. Any ideas on how this could be accomplished?
Than k you in advance
Chris
33 linked tables from 7 different Backend Dbs located in 5 different folders
on our network. The development environment has the same number of tables
and Dbs but they are all found in the same local folder. After reading
several of the articles on how to relink via code I am still unsure of what
commands actually performs the link.
In preperation for coding that hopefully someone can help me with, I have
created a "UTbl_Link" Table that has 33 records in it with 4 fields:
qtbl contains the name of the table
qdb contains the name of the mdb
qProd contains the location of the mdb in production
qDev contains the locatio of the mdb in development
What I would like to have is a form that ask what linkage do you wish to set
the program to; "Production" or "Development". Based on the answer, I would
like the 33 tables refreshed and saved with the appropriate links as provided
in the "UTbl_Link" Table. Any ideas on how this could be accomplished?
Than k you in advance
Chris