A
AimeeK via AccessMonster.com
Hi, I've developed a database that has been distributed to other branches of
my company within our region, and I'm just planning ahead for the future in
case this database will need to be upgraded. If an upgrade does need to
happen, I will need the users to import four tables and their relationships
from the old database to the newly upgraded one (it would be blank when they
receive it). I would like to automate this process using either a macro or
VBA, but I need to prompt the user to "browse" for the old database, and
select the tables from there, since I don't know where each user has saved
their database. I would like this to happen using a button on the
switchboard. Can this be done? The four table names are as follows and are
all related through a field called Contract ID:
tblContractUpdateMaster - Contract ID is the primary key here
tblSPLInfo - Contract ID is the foreign key here
tblCategoryExceptions - Contract ID is the foreign key here
tblProdExceptions - Contract ID is the foreign key here
Thank you in advance for your help.
my company within our region, and I'm just planning ahead for the future in
case this database will need to be upgraded. If an upgrade does need to
happen, I will need the users to import four tables and their relationships
from the old database to the newly upgraded one (it would be blank when they
receive it). I would like to automate this process using either a macro or
VBA, but I need to prompt the user to "browse" for the old database, and
select the tables from there, since I don't know where each user has saved
their database. I would like this to happen using a button on the
switchboard. Can this be done? The four table names are as follows and are
all related through a field called Contract ID:
tblContractUpdateMaster - Contract ID is the primary key here
tblSPLInfo - Contract ID is the foreign key here
tblCategoryExceptions - Contract ID is the foreign key here
tblProdExceptions - Contract ID is the foreign key here
Thank you in advance for your help.