Results 1 to 4 of 4
  1. #1
    Delta223 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    38

    Where are attached files stored?

    Just curious, are attached files actually stored within the database? Or does access create some kind of link to them so conserve space?


    If the former, is it possible to hyperlink a local file?

  2. #2
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    it is not a link. you can tell that simply by looking at the size of the file with and without attachments.

    the field makes use of the OLE server, which I think is a combination of different technologies. I'm no expert tough.

    what do you mean by ''hyperlink a local file''?? are you talking about providing a ''clickie'' address so someone can open and modify the file immedately??

  3. #3
    Delta223 is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Jan 2011
    Posts
    38
    Yes, that is what I meant. I called it a hyperlink because in Onenote, a "clickie" to a local file looks just like a web hyperlink

  4. #4
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    Quote Originally Posted by Delta223 View Post
    Yes, that is what I meant. I called it a hyperlink because in Onenote, a "clickie" to a local file looks just like a web hyperlink
    if you want a clickie, use the hyperlink field. it's still there in version 2010, right? if it's not, use:
    Code:
    followhyperlink "local address"
    in code on a click event

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

Similar Threads

  1. Replies: 29
    Last Post: 08-16-2011, 05:52 PM
  2. How to attached mergered envelope to a Form
    By GomChrist in forum Access
    Replies: 1
    Last Post: 11-19-2010, 12:30 AM
  3. Replies: 2
    Last Post: 10-18-2010, 07:53 AM
  4. Print files stored in an OLE field
    By Brad Harris in forum Programming
    Replies: 1
    Last Post: 12-28-2009, 07:33 PM
  5. Replies: 1
    Last Post: 07-09-2006, 09:23 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