I am trying to implement a split database exclusively in Access with a single FE capable of connecting/reconnecting to different BE mdb files depending on the project No. selected on a combo box in a startup form. All of the BE files will be stored on the same Server, separated by subfolders according to the project (eg GM0123, BOEING0456, etc.,) Also, the table structure for all the BE's shall be similar, but not necessarily identical (ie some projects may have some extra tables depending on their individual requirements).
Here are my main questions on this subject:
1 - Are both DAO and ADO EQUALLY suited for programming this procedure? For the record, I am somewhat competent with DAO, totally ignorant of ADO. So if I can program the code with the former, then it’s all the better.
2 - Where is the best place to save the procedure? I am thinking to just create a button on the Connection form called Reconnect and associating the sub with the button's on Click event. Are there any drawbacks with this approach?
3 - The users would rarely require reconnecting to a new project, thus I want to be able to somehow save the current project for that user upon starting up the FE. What is the most efficient way to save these settings?
FWIW, I have searched for this exact topic on the forums and while I have had luck in finding many posts on linking an access FE to a single BE, there is very little info on connecting to multiple mdb BE files using forms on in the FE.
If any of you DB gurus have covered this topic in some detail on a previous thread, then a link to that thread would be greatly appreciated.
Thanks in advance.
Here are my main questions on this subject:
1 - Are both DAO and ADO EQUALLY suited for programming this procedure? For the record, I am somewhat competent with DAO, totally ignorant of ADO. So if I can program the code with the former, then it’s all the better.
2 - Where is the best place to save the procedure? I am thinking to just create a button on the Connection form called Reconnect and associating the sub with the button's on Click event. Are there any drawbacks with this approach?
3 - The users would rarely require reconnecting to a new project, thus I want to be able to somehow save the current project for that user upon starting up the FE. What is the most efficient way to save these settings?
FWIW, I have searched for this exact topic on the forums and while I have had luck in finding many posts on linking an access FE to a single BE, there is very little info on connecting to multiple mdb BE files using forms on in the FE.
If any of you DB gurus have covered this topic in some detail on a previous thread, then a link to that thread would be greatly appreciated.
Thanks in advance.