S
Shirley
I have a need to update access version, like this:
1. User in Db1 which is saved in user's hard drive, clicking "update"
2. Db1 opens Db2, which is saved in server.
3. Close Db1
4. Db2 running: copy new version from server to user's computer to replace
the old Db1.
5. Db2 opens Db1 (the updated one) again
6. Close Db2.
The problem often occurs between step 2 and 3. DB2 can not execute the copy
until Db1 is closed. I set up "quit" in Db1 code, but it often went dead.
So, how can I close an external Access database that is not opened by the
current DB?
Great thanks!!
Shirley
1. User in Db1 which is saved in user's hard drive, clicking "update"
2. Db1 opens Db2, which is saved in server.
3. Close Db1
4. Db2 running: copy new version from server to user's computer to replace
the old Db1.
5. Db2 opens Db1 (the updated one) again
6. Close Db2.
The problem often occurs between step 2 and 3. DB2 can not execute the copy
until Db1 is closed. I set up "quit" in Db1 code, but it often went dead.
So, how can I close an external Access database that is not opened by the
current DB?
Great thanks!!
Shirley