How do I link a File on the network to an Entry in MS Access

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

Guest

I would like to be able to bring up and entry in access and click on a link
to a word document and have that word document open up in word.

How can I do this in Access?
 
Hi Mark,

If you store the path to the document (e.g.
D:\Folder\Another folder\Important report.doc
in a Hyperlink field, the document will open when you click on it.
 
Thanks John...Kinda New at this!

John Nurick said:
Hi Mark,

If you store the path to the document (e.g.
D:\Folder\Another folder\Important report.doc
in a Hyperlink field, the document will open when you click on it.
 
Back
Top