Jeanine
jscott at mchsi.com
Fri May 2 07:29:55 CDT 2003
I am running into some problems with something and I think I may just be making it too hard. I want to open one database from another - close the first and run some code in the second. Then close the second and open the first again. I have messed around with the open and close currentdb methods but they only seem to be for the purpose of automation. My objective is to check the current version when my users open their application. If the version is not current the routine will close the application and open a separate db that does the copy routine. Then the copy db will close itself and re-open the application. My theory is this will give the users a pretty seamless version control system. I just can't get the darn thing to close itself and open another db. Thanks!