Originally posted by kevlray
Here is the formula I used. In the database I have a value for the file name. I do not recall why I am removing the last two characters.
'\Someserver\DATA\DATA\CRYS_REPS'+right({Command.Attachment},len({Command.Attachment})-2)
Okay, so the difference of what you're doing there what I was initially doing is using a mapped or shared network location? So I setup the folder I'm using as a shared network location, and to start just tried hardcoding it:
'\\myserver\data\form.pdf'
But there's still no result. So I'm wondering, how did you initially insert the OLE object? I inserted it using a dummy PDF to test the report (as I needed it to print at the back with no headers/footers), then am trying to use the Hyperlink Text formula to change it. Also I notice that in the Formula Workshop, the object is being treated as a picture?
I've been playing around with a few things to see if I missed anything, but I don't think so...