Using a variable in a link

D

dbrinkley

Is there a way to use a variable in a link? I have a column in a table that
references a text file on our network for each server we have. The text file
is in a folder named after the server. The path is basically
\\fileserver\servername\text.txt. If possible, I want to have a variable for
the servername that references a field in the same table which is the
server's name. This would save me alot of manual editing of the links. Is
this possbile?
 
R

Ron Hinds

Not in the table itself. You could build the link string in code for display
on e.g. a Form, though.
 
Top