apchambers
Programmer
I am working in Access 2003 and have a form which opens a selected file using:
Application.FollowHyperlink odoc, , True
This works fine, however I now need to open the file as readonly for certain users. Does anyone know anyway to do this?
As these files can be added by a variety of users it is not possible to use the normal File/Directory Permissions as the files can be anywhere. The files can also be of many different types this cannot be predetermined as it is customer dependant.
Thanks
Application.FollowHyperlink odoc, , True
This works fine, however I now need to open the file as readonly for certain users. Does anyone know anyway to do this?
As these files can be added by a variety of users it is not possible to use the normal File/Directory Permissions as the files can be anywhere. The files can also be of many different types this cannot be predetermined as it is customer dependant.
Thanks