I want to have a local copy of an mde on each machine, it's linked to SQL server and Oracle.
I would like it to check each time to see if there is an updated version of the mde, and if there is, to copy it locally.
I will obviously need a local table in the mde with the version number, and a linked table to compare against, but how do I get the database to copy the updated version to the same folder and restart itself? I have use of visual studio .net if necessary, but am new to that.
Thanks
Ask not what you can do for your boss, ask how much it's worth.
I would like it to check each time to see if there is an updated version of the mde, and if there is, to copy it locally.
I will obviously need a local table in the mde with the version number, and a linked table to compare against, but how do I get the database to copy the updated version to the same folder and restart itself? I have use of visual studio .net if necessary, but am new to that.
Thanks
Ask not what you can do for your boss, ask how much it's worth.