How to.....

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

Guest

Hi to all,

I am wondering if it is possible to open a Word document or an a basic HTML
document (preferably HTML) stored directly into a db from a hyperlink.
I have look around in Access and the best I can come up from an hyperlink is
to open a table, form or report.
My HTML document will be some sort of a help file explaning some specifics
about the db when you click on the link where ever is is displayed on any
form.

Can anyome help me on this one since I am not sure if it is possible to open
a stored document into a db.

TIA
Alain
 
Hi to all,

I am wondering if it is possible to open a Word document or an a basic HTML
document (preferably HTML) stored directly into a db from a hyperlink.
I have look around in Access and the best I can come up from an hyperlink is
to open a table, form or report.
My HTML document will be some sort of a help file explaning some specifics
about the db when you click on the link where ever is is displayed on any
form.

Can anyome help me on this one since I am not sure if it is possible to open
a stored document into a db.

TIA
Alain

Application.FollowHyperlink "c:\FolderName\DocName.html"
 

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