I have a HyperLink on my form that requires the ability to ignore or adapt to the revision number of the target file name. I do not expect the rev # to ever exceed 99, the "rev" and ".doc" are constant.
Link Example on Local Machine:
AS9100/Job Description/John Brown rev 2.doc may change in the future to
AS9100/Job Description/John Brown rev 3.doc
John Brown is supplied from the form as & Me![CoName]
What must I add to the Following code to allow for the rev X.doc or rev XX.doc?
OR Would Find the Max Rev # be a little more fool proof in the long run?
Link Example on Network:
Application.FollowHyperlink "\\Wendy2\AS9100\Job Descriptions\" & Me![CoName]
Thanks,
UncleG
Link Example on Local Machine:
AS9100/Job Description/John Brown rev 2.doc may change in the future to
AS9100/Job Description/John Brown rev 3.doc
John Brown is supplied from the form as & Me![CoName]
What must I add to the Following code to allow for the rev X.doc or rev XX.doc?
OR Would Find the Max Rev # be a little more fool proof in the long run?
Link Example on Network:
Application.FollowHyperlink "\\Wendy2\AS9100\Job Descriptions\" & Me![CoName]
Thanks,
UncleG