I have a front-end that sits on people's desktops. Using Timer in a hidden form, VBA checks periodically if a new version of the FrontEnd is available (it looks to an ODBC table to see if a new version is available). Currently, if a new version is flagged, Access warns the user, opens File Explorer so they can copy the new version from the LAN to their desktop, and then closes Access.
Is there a way to easily run code to copy the Front-end from the LAN and overwrite the version on the user's desktop? Of course, the front-end has to be closed for Windows to copy the file over. I've thought about maybe creating a batch file (but then how to run it?) Or create a temporary database to do it? Sounds clumsy though.
Suggestions?
Is there a way to easily run code to copy the Front-end from the LAN and overwrite the version on the user's desktop? Of course, the front-end has to be closed for Windows to copy the file over. I've thought about maybe creating a batch file (but then how to run it?) Or create a temporary database to do it? Sounds clumsy though.
Suggestions?