B
Bob Irvine
Starting with a base-address of something like:
"C:\Documents and Settings\user\My Documents\work\"
I have a control [Text-Box] which contains a valve. "WorkOrderNumberID"
The value in WorkOrderNumberID is only numeric and I need to add it to the
base address. [To open a specific folder under the Base-Address]
It will be a variable, based on which record the user is looking at, at the
time.
I think it's just the simple-fact that I do not know the Syntax.
I've tried things like; in the Hyperlink Address property of the new
Command-Button:
="C:\Documents and Settings\user\My Documents\work" & "\" & WorkOrderNumberID
I have the feeling that it's easy - I just need the proper Syntax...
Help? [ & thanx]
Bob...
"C:\Documents and Settings\user\My Documents\work\"
I have a control [Text-Box] which contains a valve. "WorkOrderNumberID"
The value in WorkOrderNumberID is only numeric and I need to add it to the
base address. [To open a specific folder under the Base-Address]
It will be a variable, based on which record the user is looking at, at the
time.
I think it's just the simple-fact that I do not know the Syntax.
I've tried things like; in the Hyperlink Address property of the new
Command-Button:
="C:\Documents and Settings\user\My Documents\work" & "\" & WorkOrderNumberID
I have the feeling that it's easy - I just need the proper Syntax...
Help? [ & thanx]
Bob...