N
Novice User
I don't know if this is possible to do but maybe someone knows if and how to
do this. I have a form that pulls data from mutliple linked tables. On the
form I want a hyperlink to specific files located on the server. The
problem is that the files and location change depending on what record is
being edited. The main path to the folders\files is the same but the end
file changes. For example:
Record 101
\\server\service\pdfs\101 - (job name)\material order1.pdf
\\server\service\pdfs\101 - (job name)\material order2.pdf
Record 102
\\server\service\pdfs\102 - (job name)\material order1.pdf
Each folder that holds the material order information begins with the job
number. Most of the jobs will only have one material order in the folder,
some will have no material orders. All material orders a named "Material
Order" with the date as part of the file name. So, just to be complex I
guess, what I need to be able to do is have a hyperlink on the edit form that
when the user clicks on it it opens the material order (or orders) relevant
to that specific record (or job). I can easily enough just have a generic
hyperlink that opens the main folder when all the job material orders are
located and the user can then find the relevant folder for that job, but I
would like to elimate the time and step of having the user search through all
the folders and just have the like open the pertinent information. Anyone
know how to do this?
Thanks in advance for your help.
do this. I have a form that pulls data from mutliple linked tables. On the
form I want a hyperlink to specific files located on the server. The
problem is that the files and location change depending on what record is
being edited. The main path to the folders\files is the same but the end
file changes. For example:
Record 101
\\server\service\pdfs\101 - (job name)\material order1.pdf
\\server\service\pdfs\101 - (job name)\material order2.pdf
Record 102
\\server\service\pdfs\102 - (job name)\material order1.pdf
Each folder that holds the material order information begins with the job
number. Most of the jobs will only have one material order in the folder,
some will have no material orders. All material orders a named "Material
Order" with the date as part of the file name. So, just to be complex I
guess, what I need to be able to do is have a hyperlink on the edit form that
when the user clicks on it it opens the material order (or orders) relevant
to that specific record (or job). I can easily enough just have a generic
hyperlink that opens the main folder when all the job material orders are
located and the user can then find the relevant folder for that job, but I
would like to elimate the time and step of having the user search through all
the folders and just have the like open the pertinent information. Anyone
know how to do this?
Thanks in advance for your help.