Hyperlinking from Subform

A

Art

Hello,

I'm trying implement a hyperlink from a subform. The hyperlink works, but
the document only briefly displays -- the access application immedialy comes
back to the forefront. This happens on all file types .pdf, .xls, and .doc.

I pasted the same code to a button on the main form --- it works fine.

I tried setting focus to a text control on the main form, and then firing
the code on the enter event. No luck.

the control is a bound to a text field, with the hyperlink property set to
"Yes"

code: Application.FollowHyperlink Me.document_link, , True

Many thanks in advance for your help
 

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

Top