Results 1 to 2 of 2
  1. #1
    jer is offline Novice
    Windows XP Access 2000
    Join Date
    Nov 2011
    Posts
    1

    Linking images


    I have a form which i copied and saved asm a report. I have the too linked such that when i press a button on the form it brings me to the report and which is filled out exactly the same as the form. However in the form I have images that change with each record but I cant seem to get this to happen in the report. All the textboxes in the report fill with the information ni the form but the image stays as a default image and does not change!! Any help would be appreciated!

  2. #2
    Toyman is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2011
    Posts
    233
    Quote Originally Posted by jer View Post
    I have a form which i copied and saved asm a report. I have the too linked such that when i press a button on the form it brings me to the report and which is filled out exactly the same as the form. However in the form I have images that change with each record but I cant seem to get this to happen in the report. All the textboxes in the report fill with the information ni the form but the image stays as a default image and does not change!! Any help would be appreciated!
    How were the image linked in the form. It most likely used the "on current" event of the form where the code assignes the image path to a picture frame: Me.YourPictureFrame.Picture = "C:\YourImagePath". If this is the method the form use to display the image, then you would do the same in the report. Instead of the "on current" event, you would do it in the "on Detail" event of the report

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

Similar Threads

  1. Linking to images
    By Mclaren in forum Forms
    Replies: 2
    Last Post: 06-07-2011, 12:08 PM
  2. Question regarding images
    By FM_5k in forum Forms
    Replies: 5
    Last Post: 05-06-2011, 02:54 PM
  3. Replies: 0
    Last Post: 03-04-2011, 10:28 AM
  4. Linking to Images in Access using VBA
    By Obeng in forum Access
    Replies: 1
    Last Post: 10-30-2010, 05:39 PM
  5. Replies: 17
    Last Post: 08-26-2009, 11:27 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