hyperlink for each record

  • Thread starter Thread starter JB
  • Start date Start date
J

JB

Hello. This is probably a long shot but here goes.
Is it possible to have a field in a form that would have a hyperlink to a
Word document relating only to that particular record.?
But it would be something the user would do when entering data so would have
to be straight forward.
Thank you
Jen
 
JB said:
Hello. This is probably a long shot but here goes.

Not a "long shot" by a long shot -- "piece of cake" or "duck soup" would be
better descriptions.
Is it possible to have a field in a form that
would have a hyperlink to a Word document
relating only to that particular record.?

There are multiple ways to "link" another file -- a hyperlink field would be
one of them. Another would be to simply store the fully-qualified
path-and-file-name as text and use it as the argument for a .FollowHyperlink
(in re which, see Help).
But it would be something the user would
do when entering data so would have
to be straight forward.

Assuming you are, as I would expect, delivering a developed applicatin to
the user, the code at http://www.mvps.org/access/api/api0001.htm allows you
to use the Windows Common Dialog. There's an example of handling that API
in the imaging examples at http://accdevel.tripod.com if it seems unobvious
(I am not responsible for the ads or popups or ??? in that tripod site --
it's the price they extract for providing the free site, running ads of
their choosing).
 

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

Similar Threads

Open specific hyperlink (accept) automatically in email with outlook 0
Data Access Page Hyperlinks 1
Hyperlink 3
Deleting file and path 4
Albert Kallal 3
Hyperlink issue 2
Hyperlink 1
Hyperlink Field Problems 2

Back
Top