I have an Access 2000 file with the backend in SQL Server 2005. The Access file is currently in a shared folder. The 40 users have already have the shortcut on their Desktops. I need to make an Access file VBA code routine to create a file in each users “My Documents” folder and have them run that file.
I am thinking of somehow when I open the mdb file everyone is looking at
If there isn’t a file created in their %USERPROFILE% create it and run it. If there is a file in the folder check somehow if different to the “master” .mdb file in the shared folder. If it is then copy (overwrite) to the their %USERPROFILE%.
I really don’t want to have to change the already created link on each user. They are a bit hard to get though.
I am thinking of somehow when I open the mdb file everyone is looking at
If there isn’t a file created in their %USERPROFILE% create it and run it. If there is a file in the folder check somehow if different to the “master” .mdb file in the shared folder. If it is then copy (overwrite) to the their %USERPROFILE%.
I really don’t want to have to change the already created link on each user. They are a bit hard to get though.