Results 1 to 2 of 2
  1. #1
    TMSpd is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2012
    Posts
    1

    Pulling fields to create a file path? HELP!

    Hey Guys, Im trying to create a form to store our orders on at work. We scan our orders in and then I want to attach them to this database so they are easily accessable. My first attemed of using OLE's failed as the database got too big after 150 entrys.

    My latest attempt I want to use a link to the .pdf file. But I dont know how to make a field that will automatically generate the link from the customer name and part number. the file path is something like c:\scanned drawings\[customer name]\[part number]. I cant use VBA so I have to do things long hand. Can anyone help me with this issue.

    Cheers



    TMS PD

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    If you can't use VBA, what are you doing? Do you want to build a hyperlink string that will open the pdf document? This article describes hyperlink structure http://office.microsoft.com/en-us/ac...005188817.aspx

    I don't know if hyperlink built by string concatenation in textbox ControlSource will act like a hyperlink. I don't remember much about 2003. Does it have a Hyperlink field type? Does textbox have IsHyperlink property?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 10
    Last Post: 03-04-2012, 12:17 AM
  2. Check path in another form and create folder
    By anandram in forum Programming
    Replies: 6
    Last Post: 05-02-2011, 12:23 PM
  3. path\file access error 75
    By PRASANNA in forum Programming
    Replies: 2
    Last Post: 04-25-2011, 04:50 AM
  4. Replies: 1
    Last Post: 01-06-2011, 11:23 AM
  5. parametrize file path
    By ysrini in forum Access
    Replies: 3
    Last Post: 03-01-2010, 09:37 AM

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