boblarson
Smeghead
- Local time
- Yesterday, 19:51
- Joined
- Jan 12, 2001
- Messages
- 32,059
Here's a utility I created that will let you add auto-updating capability, with great ease, into an Access front-end.
It adds this functionality:
1. When the client opens their front-end, the code checks to see if the front-end is the latest version.
2. If the version numbers are different, then it will give the user a message saying that their front-end is out of date and it will now close and then reopen. It closes and then deletes the old database, copies the new front-end from the location set in the location table, and then reopens the front-end for the user.
There are instructions on how to use this utility in the utility itself. Click on the Instructions button to view them.
>>>REVISED 07/18/2006<<<<
I just had to upload a revised version as I found a letter missing in on VBCrLf in the code that gets pasted into the startup form. So, if you downloaded it before, please discard and re-download.
>>REVISED 04-09-2007<<<<
to download the latest version see the last post in this thread
It adds this functionality:
1. When the client opens their front-end, the code checks to see if the front-end is the latest version.
2. If the version numbers are different, then it will give the user a message saying that their front-end is out of date and it will now close and then reopen. It closes and then deletes the old database, copies the new front-end from the location set in the location table, and then reopens the front-end for the user.
There are instructions on how to use this utility in the utility itself. Click on the Instructions button to view them.
>>>REVISED 07/18/2006<<<<
I just had to upload a revised version as I found a letter missing in on VBCrLf in the code that gets pasted into the startup form. So, if you downloaded it before, please discard and re-download.
>>REVISED 04-09-2007<<<<
to download the latest version see the last post in this thread
Last edited: