F
FatMax
I'm using an Access 97 database to manage documents. Very basic thing
with table containing document name, document type (.doc/.ppt/.pdf)
and a hyperlink to document. Also in the table is a field for a
document icon (OLE object).
This all goes very nicely onto a form (except following the hyperlink
opens Access' web toolbar - I think I've found the answer to this
though googling this group's archives). What I'd really like to do is
be able to click on the icon or the hyperlink field to open the
relevant document. What should I be putting in the OnClick event of
the icon?? RunApp probably isn't an option as the db (and documents)
will eventually end up on a variety of systems.
Form is called frmSTByYear, hyperlink field is called STLink and icon
field is called STIcon if this helps.
TIA
FatMax
with table containing document name, document type (.doc/.ppt/.pdf)
and a hyperlink to document. Also in the table is a field for a
document icon (OLE object).
This all goes very nicely onto a form (except following the hyperlink
opens Access' web toolbar - I think I've found the answer to this
though googling this group's archives). What I'd really like to do is
be able to click on the icon or the hyperlink field to open the
relevant document. What should I be putting in the OnClick event of
the icon?? RunApp probably isn't an option as the db (and documents)
will eventually end up on a variety of systems.
Form is called frmSTByYear, hyperlink field is called STLink and icon
field is called STIcon if this helps.
TIA
FatMax