Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    gemadan96 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Oct 2012
    Posts
    110

    Ok. I've got that. I've setup a field for each image position in the diplomas table. I've copied one of the diploma reports and modified each image control. So where do I tell it that this is diplomaA or diplomaB so that the correct images display on the page?

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    The image table has a record for each diploma? Each field has name of appropriate external image? Include the image table in report RecordSource by linking with Promotions on the common Diploma field. Now set the Image control ControlSource property with expression for image path. The image is just another kind of data. The ControlSource will dynamically change the display just like the student name changes in textbox bound to StudentName field.
    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. #18
    gemadan96 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Oct 2012
    Posts
    110
    I think this would work fine if I have just one image per diploma style. Right now one style has 6 images and the other has 8. If I link the image table, based on the sample data I get 136 pages of diplomas instead of 19. Additionally images that repeat for each style may appear in different locations. Another thought is that right now each of the diploma styles is for letter size paper. In the future there may be additional page sizes so I think I'm better off going with the method of having the user select the diploma style to print and have a separate report for each style. Unless you can think of a way to accomplish this. I also want the user to be able to change each of the different image instead of the entire background.

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    My suggestion was for only one record for each diploma in the images table. This would mean a field for each image location on the diploma.

    However, if you want to have different page sizes then does complicate and the solution you have is probably best.
    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.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Printing many records double sided
    By Lupson2011 in forum Reports
    Replies: 3
    Last Post: 11-21-2012, 03:34 AM
  2. Printing Dynamic Filter Records
    By emilyrogers in forum Forms
    Replies: 6
    Last Post: 02-15-2011, 03:05 AM
  3. printing multi records
    By shenix2005 in forum Reports
    Replies: 7
    Last Post: 08-20-2010, 09:56 AM
  4. Printing reports and cycling through records
    By dabman in forum Programming
    Replies: 4
    Last Post: 12-15-2009, 11:45 PM
  5. Best way of displaying and printing records?
    By Orabidoo in forum Access
    Replies: 1
    Last Post: 05-11-2009, 10:05 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