unique link to a unique record in a form?

G

Guest

I know how to insert a hypertext link in a form, but how do I do that such
that it links to a unique file for each individual record in the form, rather
than one link for the entire form? Thanks in advance. -Debbie
 
G

Guest

You need a hyperlink field in the table used as the record source for the
form. Then you need a text box on the form for the hyperlink field.
 
J

Jeff Boyce

Debbie

I can't tell from your description whether you have inserted "a hypertext
link in a form" (i.e., hardcoded a single link for the form) or have a
hypertext data type field in a table that you are displaying in the form.
If the latter, you could simply add a hypertext link in each record.

You may be encountering an issue with Continuous Forms vs. Single Forms...
but you didn't mention which of these you are using.

--
Regards

Jeff Boyce
www.InformationFutures.net

Microsoft Office/Access MVP


Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/
 
G

Guest

What I am trying to do is put a hyperlink into the form such that in each
individual record, the hyperlink will go to a file (such as a pdf or word
document) that is unique to that record. At this point I understand that I
need to put field in the table that is the record source for the form and
call it something like "file" or whatever I want to call it, and make it a
hyperlink data field. What I don't know how to do is make the hyperlink data
field link to the files I want them to link to for each individual record.
 
G

Guest

You will have to insert the appropriate hyperlink into the hyperlink field.
In Access 2003 at the form or table, right click on the hyperlink field. Go
down to Hyperlink then select Edit Hyperlink. Follow the prompts to find the
file.
 
G

Guest

I figured it out. Thank you for your help!

Jerry Whittle said:
You will have to insert the appropriate hyperlink into the hyperlink field.
In Access 2003 at the form or table, right click on the hyperlink field. Go
down to Hyperlink then select Edit Hyperlink. Follow the prompts to find the
file.
 

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

Top