Table Hyperlink

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Monk

    Table Hyperlink

    I have an Access table with hyperlinks to a VB module. Is there a way
    to pass variables from the hyperlink clicked to the VB module.

    Thanks for any Help
    Michael Monk
  • Tom van Stiphout

    #2
    Re: Table Hyperlink

    On 9 Aug 2004 19:18:48 -0700, michael@monkonl ine.net (Michael Monk)
    wrote:

    Kindly share with us:
    * What version of Access
    * A code fragment
    * What do you mean by "VB Module"? I think of hyperlinks as jumps to a
    web page. How are your 'hyperlinks' different?

    -Tom.

    [color=blue]
    >I have an Access table with hyperlinks to a VB module. Is there a way
    >to pass variables from the hyperlink clicked to the VB module.
    >
    >Thanks for any Help
    >Michael Monk[/color]

    Comment

    • Michael Monk

      #3
      Re: Table Hyperlink

      I am running MSAccess 2000 and I have a form with an Adobe Acrobat
      Active X Control and want to show the hyperlinked pdf file. I am
      using a BLOB and need to extract the hyperlinked file to a temp file
      linked to the Active X Control. I need to be able to execute code in
      a module when the hyperlink is clicked. The module will require a
      variable "hyperlinkedrec ord_id". I could use a label or command
      button easily but need to use a hyperlink.

      Thanks again for any help
      Michael Monk

      Comment

      Working...