Hi
I might be reaching for the Stars here (?) but here's what I'd like and why:-
I have a split database which, ordinarily, has a normal one-to-one relationship between the backend and program files e.g. db_be.mdb to db.mdb
However I have an instance now where one user needs THREE backend files and one program file. This need arises from the fact that I:-
1) don't want three desktop shortcuts
2) want the user using just one program
3) subsequent program file updates will be all the more tricky because of the hard-coded links in the Linked Table Manager
So, what I'd really like is to install db1_be, db2_be, and db3_be into the target folder and have, perhaps, a desktop (.bat?) file routine that enables the user to rename, in the first instance, db1_be.mdb as master_be.mdb (which is the filename used in the Linked Table Manager). When db_2.mdb is required to be used I want to change master_be.mdb back to db1_be.mdb and rename db2_be.mdb as master_be.mdb, etc
Is this possible?
I might be reaching for the Stars here (?) but here's what I'd like and why:-
I have a split database which, ordinarily, has a normal one-to-one relationship between the backend and program files e.g. db_be.mdb to db.mdb
However I have an instance now where one user needs THREE backend files and one program file. This need arises from the fact that I:-
1) don't want three desktop shortcuts
2) want the user using just one program
3) subsequent program file updates will be all the more tricky because of the hard-coded links in the Linked Table Manager
So, what I'd really like is to install db1_be, db2_be, and db3_be into the target folder and have, perhaps, a desktop (.bat?) file routine that enables the user to rename, in the first instance, db1_be.mdb as master_be.mdb (which is the filename used in the Linked Table Manager). When db_2.mdb is required to be used I want to change master_be.mdb back to db1_be.mdb and rename db2_be.mdb as master_be.mdb, etc
Is this possible?