I currently have an access file (a front end to a SQL server database) on a server that I want 20 users to copy the file over to their machine, and then use their local copy.
However, everytime they open the local file I want a script to run that checks the database properties of the local access file and compare it to the properties on the server, and then if the file on the server is more up to date, I want the user to have the option of replacing the local copy.
Does anyone know how I can do this?
Thanks!
However, everytime they open the local file I want a script to run that checks the database properties of the local access file and compare it to the properties on the server, and then if the file on the server is more up to date, I want the user to have the option of replacing the local copy.
Does anyone know how I can do this?
Thanks!