I'm trying to insert a hyperlink as such; ( 2 fields involved, pmname and pmdescription)
if pmname = "pmh50" then
pmdescription = " ..\..\..\..\check sheet.doc
end if
pmdescription is to hold the hyperlink.
This however does not result in a hyperlink. Does anyone have the correct syntax for this.
Thank you,
hoof
if pmname = "pmh50" then
pmdescription = " ..\..\..\..\check sheet.doc
end if
pmdescription is to hold the hyperlink.
This however does not result in a hyperlink. Does anyone have the correct syntax for this.
Thank you,
hoof