Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Hyperlink on Access Form to Specific Microsoft Word Location

Status
Not open for further replies.

mmogul

IS-IT--Management
Dec 1, 2003
218
0
0
US
I have a label control on an Access form. On the Load Event for this form, I add a HyperlinkAddress to the label control which creates a link to the specific word document. I do this using the code:


Code:
        Me.lblHyperlink_AllocRules.HyperlinkAddress = sDocFile

where sDocFile is the full name of the document (includes path and extension). This works fine.

I would like to be able to open the document at a specific location using a document bookmark or page number or other reference points if possible. Appreciate the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top