M
mpfohl
I have a secured front end and backend database I'd like to distribute
over my network to many computers. The backend will be on the server,
each user will get their own version of the front end to be placed on
their C drive.
I'd like to find a way through VBA code in a separate MS access
database with a form button that says 'install' to do the following:
1) copy the front end database from the shared drive to a specific
location on the C drive (I think I can do that with CopyObject()
method)
2) Copy the shortcut that links the Front End to the security file to
the user's desktop (again, I think copyobject() method will work)
3) Modify the path of the shortcut to point to the user's new Front
end after prompting for it's location. I know how to prompt for the
location, I just don't know how to modify the shortcut's 'pointer'.
It is question 3 I'm most stuck on, any suggestions?
over my network to many computers. The backend will be on the server,
each user will get their own version of the front end to be placed on
their C drive.
I'd like to find a way through VBA code in a separate MS access
database with a form button that says 'install' to do the following:
1) copy the front end database from the shared drive to a specific
location on the C drive (I think I can do that with CopyObject()
method)
2) Copy the shortcut that links the Front End to the security file to
the user's desktop (again, I think copyobject() method will work)
3) Modify the path of the shortcut to point to the user's new Front
end after prompting for it's location. I know how to prompt for the
location, I just don't know how to modify the shortcut's 'pointer'.
It is question 3 I'm most stuck on, any suggestions?