gold007eye
Registered User.
- Local time
- Today, 10:12
- Joined
- May 11, 2005
- Messages
- 260
How do you automatically update a database to a new version?
I am up for another issue. I am moving the front end of my database off of the network and onto each individuals computer; the only problem is I am not sure how to update their front end automatically if it changes without me having to manually re-install it on everyonces pc. I don't know if there is code or a form type thing that I can have execute on startup that says
If (the network version of the database is newer then then local pc version) then update the local pc version to the newest version and then restart the db running the new version.
Is this possible? I would need the autoupdate to do Tables, Queries, Reports, and Forms.
I am up for another issue. I am moving the front end of my database off of the network and onto each individuals computer; the only problem is I am not sure how to update their front end automatically if it changes without me having to manually re-install it on everyonces pc. I don't know if there is code or a form type thing that I can have execute on startup that says
If (the network version of the database is newer then then local pc version) then update the local pc version to the newest version and then restart the db running the new version.
Is this possible? I would need the autoupdate to do Tables, Queries, Reports, and Forms.
Last edited: