How to.....

A

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
 
F

fredg

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"
 
Top