Hi,
Im terrible at VB. I cant see why this works:
Application.FollowHyperlink "\\Server\Data\Sample Submittal - COCs\" & Me.OrderID & "_COC.pdf"
And this does not:
Me.Viewer.Navigate ("\\Server\Data\Sample Submittal - COCs\" & Me.OrderID & "_COC.pdf")
.navigate will not recognize OrderID control. I must have the syntax wrong.
Sorry for noobness.
Help is much appreciated.
Ryan
Im terrible at VB. I cant see why this works:
Application.FollowHyperlink "\\Server\Data\Sample Submittal - COCs\" & Me.OrderID & "_COC.pdf"
And this does not:
Me.Viewer.Navigate ("\\Server\Data\Sample Submittal - COCs\" & Me.OrderID & "_COC.pdf")
.navigate will not recognize OrderID control. I must have the syntax wrong.
Sorry for noobness.
Help is much appreciated.
Ryan