Results 1 to 5 of 5
  1. #1
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727

    attachments

    Hi All. Using 2010; I have a task database with a field for attachments. I think
    it's fairly new with 2010. I know how to attach an attachment such as a word doc
    that may be on my desktop. But how do I get the update in the database if I


    change the document on my desktop or from anywhere else? It doesn't change
    unless I update the doc(attachment) in the database. I would like some users to
    not have to open the database if they want to change the doc and it be changed
    in the attachment also. Thanks

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Another reason not to embed files in database. I think the document in table is a copy, not a dynamic link. Edits in either would not be reflected in the other. You can test that and let me know if I am wrong.
    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.

  3. #3
    slimjen is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Posts
    727
    Quote Originally Posted by June7 View Post
    Another reason not to embed files in database. I think the document in table is a copy, not a dynamic link. Edits in either would not be reflected in the other. You can test that and let me know if I am wrong.
    You are correct. So; use a dynamic link? Thanks

  4. #4
    Rawb is offline Expert
    Windows 7 64bit Access 2010 32bit
    Join Date
    Dec 2009
    Location
    Somewhere
    Posts
    875
    The preferred way would be to store the document as a file somewhere on the network. Then, instead of storing the attachment in the database, you just store a the path to the document (generally as a UNC path or web path).

    That way you don't have to worry about two things:
    • Artificially bloating the database file (since you're not storing a bunch of extra files in the database itself).
    • Users without access to the database can still be given access to the files when needed.

  5. #5
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,930
    Agree with Rawb.

    As far as know, the only way Access and Word can 'link' is with mail merge.
    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. Attachments
    By JayX in forum Access
    Replies: 5
    Last Post: 12-27-2011, 03:08 PM
  2. attachments
    By chiefmsb in forum Forms
    Replies: 3
    Last Post: 08-08-2011, 11:25 AM
  3. attachments
    By chiefmsb in forum Forms
    Replies: 0
    Last Post: 07-12-2011, 07:32 AM
  4. attachments
    By chiefmsb in forum Access
    Replies: 0
    Last Post: 07-10-2011, 07:38 PM
  5. Attachments
    By cjp78 in forum Access
    Replies: 4
    Last Post: 05-11-2010, 07:30 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