Using a variable in a link

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Not in the table itself. You could build the link string in code for display
on e.g. a Form, though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top