Results 1 to 4 of 4
  1. #1
    white2golf is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    4

    Show all attatchments in report

    I haver an employee database that has an attatchment field with up to ten picture attatchments per record. I would like to be able to generate a report that displays the name, job title and all pictures on one page for each employee like in the diagram below.




    Title of report
    Name & Job title

    pic1 pic2 pic3 pic4 pic5

    pic6 pic7 pic8 pic9 pic10

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Won't be able to display images across page like that unless you put each image in its own field.

    Saving images within db will bloat the file. Access has 2gb size limit. Images can use up that limit quite fast. Review https://www.accessforums.net/access/...res-22388.html

    http://answers.microsoft.com/en-us/office/forum/office_2007-access/access-2007-printing-attachments/26240df9-fbfe-42da-b220-5ab0d74ea370
    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
    white2golf is offline Novice
    Windows Vista Access 2007
    Join Date
    Jul 2012
    Posts
    4
    Since I am not able to display across is there a way I can generate a query or report that would pull these picture files in from a folder on the computer for each employee? We had a database previously that did this but the file on the old computer was destroyed and I have no way of remembering how the coding was set up for that. I have enclosed a scan of what the page looked like when we printed it out.Click image for larger version. 

Name:	scan0002.jpg 
Views:	7 
Size:	196.8 KB 
ID:	8628

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,632
    Can use VBA code to programmatically manage dynamic display of images.

    This article describes how dynamic image display was handled prior to A2007
    http://office.microsoft.com/en-us/ac...spimgwinorform

    Access 2007 introduced the ControlSource property to the Image Control.
    http://bytes.com/topic/access/answer...-access-2007-a
    You can either bind the ControlSource to attachment field with single file (compatible image type) or a text field that has the image path or use VBA code to set ControlSource.

    Review http://allenbrowne.com/Access2007.html#Good
    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: 1
    Last Post: 01-10-2012, 03:44 AM
  2. Report won't show added field
    By Jojojo in forum Reports
    Replies: 0
    Last Post: 11-12-2011, 01:14 PM
  3. Show report for today only
    By cooper in forum Reports
    Replies: 6
    Last Post: 09-06-2011, 12:46 PM
  4. Need report to show dates
    By Brian62 in forum Reports
    Replies: 2
    Last Post: 11-20-2009, 12:05 PM
  5. show difference of amounts in a report
    By taniuca in forum Reports
    Replies: 0
    Last Post: 08-07-2008, 06:58 PM

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