Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521

    If there can only be pdf per record, I'd just have a field in the data table that pointed to the pdf file (a simple text field with the path). If there can be more than one pdf for a record, you need a linking table that had a record for each, with fields for the record ID and path.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  2. #17
    ninachopper is offline Novice
    Windows XP Access 2007
    Join Date
    Jul 2010
    Posts
    25
    I would prefer to have multiple pdf's, but I am a little confused. I set up a linking table with the two fields being the ID and the attatchment . Then linked them but only the title of the attatchment of the pdf is showing up on my reports, not a link to open the files up. Maybe because I'm a newbie, I'm a little unsure exactly you mean about "the path". Thanks so much for your time!

  3. #18
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Personally I've never used an "attachment" field, where the attachment actually becomes a part of the db. I use a simple text field that contains the path to the attachment:

    C:\FolderName\FileName.PDF
    or
    \\ServerName\FolderName\FileName.PDF

    Then I use FollowHyperlink to open the file, via double click on the textbox or whatever.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Newbie has a Query Question
    By Bruce in forum Queries
    Replies: 2
    Last Post: 11-20-2009, 10:38 AM
  2. Easy newbie question
    By pontuse in forum Access
    Replies: 4
    Last Post: 11-08-2009, 08:02 AM
  3. Question from a newbie
    By scarps626 in forum Access
    Replies: 2
    Last Post: 10-02-2009, 03:40 AM
  4. Newbie question
    By The_Dude in forum Programming
    Replies: 2
    Last Post: 12-23-2007, 07:11 PM
  5. Newbie question
    By benplace in forum Queries
    Replies: 1
    Last Post: 12-13-2005, 06:40 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