Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a link from a table field?

Status
Not open for further replies.

armdias

Programmer
Apr 22, 2002
1
PT
I have a table field where i store the path to a *.doc file (ex: "c:\files\my_doc3.doc"). Then, i have a query that returns these paths according to certain parameters i specify. What i want to do is to, in the results form, have these paths returned and then make the paths clickable so the word opes with the clicked file.

In ASP or JSP this is very easy to do (just put the anchor tag in the results from the query) but i don't know how to do this in Access (or if it's even possible).

Can you guys help me?
Thanks.
 
I think you format the field as hyperlink. Sandy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top