K
Katrina
We have a database that will probably end up on people's
hard drives. The database will not need to be updated
that often, maybe once every three months.
I was asked to make a button in the database that would
allow the user to easily update his/her hard drive copy
(UserDB).
Basically, they would like to push a button to copy one
folder containing the database and the information within
(the master copy) to the current storage location.
I can figure out all the logistics except how to close
UserDB so that I can copy over it. I set up another
database (Updater.mdb) to run the code of copying over the
folder, and I can open it from UserDB, but how do I close
UserDB before running the code in Updater.mdb. Right now
Updater is set up to run the copying code automatically...
Thanks for your help
hard drives. The database will not need to be updated
that often, maybe once every three months.
I was asked to make a button in the database that would
allow the user to easily update his/her hard drive copy
(UserDB).
Basically, they would like to push a button to copy one
folder containing the database and the information within
(the master copy) to the current storage location.
I can figure out all the logistics except how to close
UserDB so that I can copy over it. I set up another
database (Updater.mdb) to run the code of copying over the
folder, and I can open it from UserDB, but how do I close
UserDB before running the code in Updater.mdb. Right now
Updater is set up to run the copying code automatically...
Thanks for your help