View Full Version : Button Launch External Link


jereece
12-13-2001, 06:54 PM
I have a database where each record is an observation of a task. I take a picture of the job as part of the observation. I have a table where I put the hyperlink to the image, and know I can make the hyperlink show on the input form, but what I really want is a (View Image) button on the input form that looks at the hyperlink (different for each record) and when the button is clicked, the hyperlink to the image is executed so the image launches. Again, each record has a different hyperlink which I put into a record field.

I appreciate your help.

Jim

jereece
12-18-2001, 06:10 PM
Does no one have any idea how to do this??

Fornatian
12-20-2001, 07:52 AM
Try:

Application.FollowHyperlink Me.MyControlWithTheHyperlinkTextIn

HTH

Ian