I am trying to create an automated hyperlink in a form, based off of another field. Here is what I have so far in the after update event:
ParkerDrawingHy perlink = "#C:\Docume nts and Settings\shapeo \My Documents\CYLIN DERS\Cylinder Drawings\#" & Me.ParkerDrawin g & "#.pdf#"
This is working up to a point. It is opening the file folder on my hard drive where all the files are stored, but it is not opening the actual file.
When I look at the automated field, the following result is being populated:
C:\Documents and Settings\shapeo \My Documents\CYLIN DERS\Cylinder Drawings\ - gc613058a0
The "gc613058a0 " is the name of the file it should be opening. I don't understand why it is adding the extra spaces and hyphen before it though.
Any ideas?
ParkerDrawingHy perlink = "#C:\Docume nts and Settings\shapeo \My Documents\CYLIN DERS\Cylinder Drawings\#" & Me.ParkerDrawin g & "#.pdf#"
This is working up to a point. It is opening the file folder on my hard drive where all the files are stored, but it is not opening the actual file.
When I look at the automated field, the following result is being populated:
C:\Documents and Settings\shapeo \My Documents\CYLIN DERS\Cylinder Drawings\ - gc613058a0
The "gc613058a0 " is the name of the file it should be opening. I don't understand why it is adding the extra spaces and hyphen before it though.
Any ideas?
Comment