Results 1 to 2 of 2
  1. #1
    tsn.s is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Oct 2011
    Location
    Selby, North Yorkshire, UK
    Posts
    19

    Adding one attachment to many records

    Hi



    I was wondering if it is possible to add one attachment to multiple records. I don't think there will be many attachments within the database and most of them will be word documents. However there could potentially be 20 records all with the same attachment so it would be good to just attach a file once but to multiple records.

  2. #2
    boblarson is offline --------
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1,272
    Instead of using the Attachment feature, I would just store a link to the document's location on a shared server. It would also keep the size of the database down.

    But the main answer to your question is this. If you need to store the same item, or data, in more than one place then your design is likely flawed and not properly normalized. In this case you would have a separate table for attachments and an Attachment ID and you would simply store the attachment one time in the attachments table and then store the attachment ID from that table in the other place where there are multiple records.

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

Similar Threads

  1. Adding records with subforms
    By rwest in forum Forms
    Replies: 3
    Last Post: 12-21-2011, 03:44 PM
  2. adding records
    By jwallace203 in forum Forms
    Replies: 3
    Last Post: 07-18-2011, 10:00 PM
  3. Replies: 10
    Last Post: 01-10-2011, 07:52 PM
  4. Adding Records
    By Rick West in forum Forms
    Replies: 7
    Last Post: 05-17-2010, 02:31 PM
  5. adding records through form
    By Rayk in forum Forms
    Replies: 1
    Last Post: 01-09-2010, 07:55 AM

Tags for this Thread

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