Entering Location of a jpg file in a data entry screen

C

ChuckW

Hi,

I have a continuous form called EnterLabResults set up
for entering information about lab results. It has text
boxes such as PatientID, PatientName, DoctorID,
DateReportReceived and InvoiceNumber. What we want to do
is to scan the hard copy of the lab results as jpgs and
place them on a fileserv. Then, somehow, I want to point
or create a link of them next to the record on the
EnterLabResults form. Perhaps create another text box at
the end of the record called labresultspath. There is
often more than one file since these lab results can be 2-
3 pages long and each page is saved as a separate file.
The user can just click on this link and get an image of
these files. Also, I may want to create a report that
lists out all of the records with a link to these files.
Can someone help me fill in the blanks on how to do this?

Thanks,

Chuck
 
Top