Hyperlinks in Access

  • Thread starter Thread starter Harlan
  • Start date Start date
H

Harlan

I have a table with one hyperlink field. On a form, I have a text box bound
to the hyperlink field in the table. When I click on the hyperlink in the
text box, it opens the WORD document stored via the link, BUT Access
minimizes to the task bar. Is there a way to ensure Access stays maximized
in the background, so when I close the WORD document, Access is visible?

Thanks
Harlan
 
I've seen many posts requesting this, but no quick answers.

You could probably get that effect by "faking" the hyperlink effect and
using code in the text box's OnClick event...

- Turtle
 
Back
Top