M
Mota
Hi;
My FrontEndDB is linked to a BackEndDb having near 80 tables.When i want to
link to another copy of this BackEnd,usually a backup of it,i have to
temporarily remove all links to the current BackEnd and using
TransferDatabase,make near 80 new links to the BackEndCopy.After work is
done,remove all links to the BackEndCopy.mdb,and relink to the main DB
tables back !
Regarding this proccess i have 2 questions:
1-Is there a simpler way to switch between 2 datasource for a FrontEndDB?
2-How to remove a link,other than DoCmd.DeleteObject, not affecting DataBase
size (especially when used together with a relink process),as a much common
way to handle links?
Any feed back would be so much appreciated.Thanx.
My FrontEndDB is linked to a BackEndDb having near 80 tables.When i want to
link to another copy of this BackEnd,usually a backup of it,i have to
temporarily remove all links to the current BackEnd and using
TransferDatabase,make near 80 new links to the BackEndCopy.After work is
done,remove all links to the BackEndCopy.mdb,and relink to the main DB
tables back !
Regarding this proccess i have 2 questions:
1-Is there a simpler way to switch between 2 datasource for a FrontEndDB?
2-How to remove a link,other than DoCmd.DeleteObject, not affecting DataBase
size (especially when used together with a relink process),as a much common
way to handle links?
Any feed back would be so much appreciated.Thanx.