B
bob
HI
I have an access db w/ tables split into separate db.
when the main db opens it links in the tables from the
other db.
So now I want to create a modification which will alter
the structure of some of the tables in the linked db. I
wanted to put all the code in a fix stuff button that
would be distributed w/ a new front end. My idea was to
copy the data db (w/ all linked tables) to a new db, then
edit the new db by re-arranging tables as I need to and
then re-establishing referential integrity as required,
then I want to replace the current linked table db with
the new one.
Is that possible ?
How do I make a copy of the linked table db from access -
the copyobject method does not appear to apply to mdb
files - only objects in mdb files
If the main db opens and automatically links the tables
from the data db, how do I unlink them in code so I can
create the new tables and then link them instead
I also want the new tables db to have same name as old
when I am done, and rename old to ..._old.mdb
Any help would be greatly appreciated
Thanks
Bob
I have an access db w/ tables split into separate db.
when the main db opens it links in the tables from the
other db.
So now I want to create a modification which will alter
the structure of some of the tables in the linked db. I
wanted to put all the code in a fix stuff button that
would be distributed w/ a new front end. My idea was to
copy the data db (w/ all linked tables) to a new db, then
edit the new db by re-arranging tables as I need to and
then re-establishing referential integrity as required,
then I want to replace the current linked table db with
the new one.
Is that possible ?
How do I make a copy of the linked table db from access -
the copyobject method does not appear to apply to mdb
files - only objects in mdb files
If the main db opens and automatically links the tables
from the data db, how do I unlink them in code so I can
create the new tables and then link them instead
I also want the new tables db to have same name as old
when I am done, and rename old to ..._old.mdb
Any help would be greatly appreciated
Thanks
Bob