Results 1 to 2 of 2
  1. #1
    AdamT is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Feb 2013
    Posts
    14

    Talking Creating Hyperlink in access 2010 via VBA

    Greeting to all,



    I have a table. Within this table I have three fields Item, Qty, and Part Number. The Part Number field could have several drawings number associate with it (i.e. 100, 101,102,....). These drawing is in PDF format. I would like to create a Hyperlink on each drawing which then allow the user to click on this field and open up the file in PDF format. These drawings resided on server at specific folder.

    V/r
    Adam

  2. #2
    AlexHedley's Avatar
    AlexHedley is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Apr 2013
    Location
    England
    Posts
    180

    Creating Hyperlink in access 2010 via VBA

    You can use

    Application.FollowHyperlink

    http://msdn.microsoft.com/en-us/libr...ffice.10).aspx

    Store the Server path in a table.
    Use a DLookup to get it then concatenation (&amp that with the filename that is also stored you table.
    Add this to a button to then open your file.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Creating Browse function in Access 2010
    By martindenise in forum Access
    Replies: 3
    Last Post: 08-09-2012, 05:44 PM
  2. Creating a search box in Access 2010 form
    By d4jones in forum Forms
    Replies: 3
    Last Post: 07-18-2012, 02:53 PM
  3. Access 2010 and HyperLink to Folder
    By grapin in forum Programming
    Replies: 4
    Last Post: 04-13-2012, 01:07 PM
  4. Access 2010 and form hyperlink
    By grapin in forum Programming
    Replies: 2
    Last Post: 03-22-2012, 01:11 PM
  5. Creating a Hyperlink
    By dwmackay in forum Forms
    Replies: 1
    Last Post: 09-11-2011, 06:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums