HOW TO REFRESH ACCESS FRONT END
New to Access, I don’t have a versioning strategy. In my scenario, there is only one developer that wants to replace (after hours) the entire front end on each workstation each time the updated front end is put on the server. I want to rely on backend table update dates to decide if workstation front end needs to be updated.
In the old days I could use a batch file with something like “if exist copy”.
I have three workstations attached to a computer network server.
The Access 2000 project is divided into front-end back-end as follows:
Build.mdb Application Query, Forms, Report, Macros, Modules
Build_BE.mdb Application Data Files
I have Build_BE.mdb on the server F:Build Drive.
I have Build.mdb on each workstation C:Build Drive.
I want to have the capability to phone/modem into the server after hours to refresh the Build.mdb on the F:Build Drive application with updates.
I then need, on first time login, each workstation to refresh itself from the server with the new Build.mdb if the version on the workstation is older than the version on the server.
What is the best way to accomplish this?
Thanks for your help
John Graves
NBS7335