Results 1 to 2 of 2
  1. #1
    Jimultura is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Oct 2012
    Posts
    1

    How to List attachments in MS Access 2010

    Please help. Why does access make it so difficult to perform simple functions?

    I have a very simple request that seems to be quite impossible to perform.


    Is there a way to list attachments on a form?

    I don’t just want an icon which opens up the attachments window; I want to view a list of all the stored attachments for each record on the form.

    Please can anybody help?

  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
    What is purpose for listing on form? Why not a report?

    Is the form in Single view?

    If you want the records on form to remain editable, use a listbox or subform with a source that is a query that expands the attachment field entries to separate rows. An attachment field is a type of multi-value field.

    SELECT ID, attachmentfieldname.Name FROM tablename;

    For listbox include filter criteria:
    WHERE ID = Forms!formname![ID]

    For a subform just set the Master/Child links properties.

    Both might require code to refresh list if the attachment field is edited.
    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: 9
    Last Post: 05-07-2013, 08:37 PM
  2. Replies: 0
    Last Post: 07-31-2012, 12:25 PM
  3. Replies: 3
    Last Post: 05-30-2012, 01:43 PM
  4. import/export attachments to SharePoint list
    By Cojack in forum Import/Export Data
    Replies: 0
    Last Post: 07-15-2011, 01:39 AM
  5. list attachments in form
    By hawaiikim in forum Forms
    Replies: 0
    Last Post: 08-24-2009, 11:08 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