Results 1 to 6 of 6
  1. #1
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114

    Hyperlink issues

    I have a table set up with a hyperlink field. The function is to be that the hyperlink allows the user to open a .pdf scan of the document for more information (otherwise, to add the extra info, the table would have at LEAST 40 more columns than the 15 it currently has).




    I understand that in order for the hyperlink to work the files have to be in a folder within the database, which is in process (40 scans down, 3965 to go).

    Questions:
    How do I add the URL to the column?
    And what would be the best way for the user, my boss, to assess the hyperlink? - I was thinking a button on a form that would open the .pdf in another window. However, from what I've read on the internet, it seems beyond my current capabilities, as it involves a lot of code; and in the scheme (or schema) of things; I'm not sure in the list of coding text, of where I am to place additional text).

    Thank you for any assistance, and now, back to scanning...

  2. #2
    Micron is offline Virtually Inert Person
    Windows 7 32bit Access 2007
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,799
    files have to be in a folder within the database
    you mean the files/documents have to be in a table? I wouldn't do that. If you don't mean that, then how do you put a folder in a database?
    And what is the hyperlink linking to? A web page? Network file folder?
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

  3. #3
    Bulzie is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    Nov 2015
    Posts
    1,471
    If you add a hypelink field, you can display the link directly on the form for them to click and open the PDF. Or if you know the file name and the path is the same each time, you could put this statement in the OnClick of a button to open the PDF(you would concatenate the file name with the "c:\Folder" & Me.PDFFileName.

    Application.Followhyperlink "C:\folder\docname.pdf"

    Will there only be 1 PDF file per record in your table?

  4. #4
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114
    Hi Micron,

    1. Meaning the scanned documents are in a file folder (Scanned) within the 'ECO folder' on the server, that also houses the ECO Database.
    2. The hyperlink is linking to a scanned version of the ECO. The current tables only hold 1st level information (ECOTable, ModelRevTable, PartsTable, DetailTable, ScannedTable, and PartsTable). For more in depth information, I want my boss to be able to click on a button or the URL and open the .pdf version in another window.

  5. #5
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114
    Bulzie,

    "Will there only be 1 PDF file per record in your table?"

    Thank you for the info, I'll experiment with my test db later this weekend.

  6. #6
    rebfein's Avatar
    rebfein is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2015
    Location
    So Cal
    Posts
    114
    Thank you Stephen92,

    Again, I'll look into this, this weekend.

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

Similar Threads

  1. Replies: 4
    Last Post: 01-05-2013, 11:07 AM
  2. Hyperlink Issues
    By healey33 in forum Access
    Replies: 2
    Last Post: 06-06-2012, 09:32 AM
  3. Replies: 9
    Last Post: 05-07-2012, 06:11 PM
  4. Hyperlink Builder Issues - Paths vs Parameters
    By JeffG3209 in forum Programming
    Replies: 0
    Last Post: 08-16-2011, 02:17 AM
  5. Replies: 4
    Last Post: 01-31-2011, 03:19 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