Results 1 to 3 of 3
  1. #1
    Fredwards is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2010
    Posts
    1

    Image List Control


    I am trying to use an Image list control and an image control to display different logos depending on the record selected. I can't seem to find a way to set the Image.picture property to an image stored in the Imagelist control. I have done this in VB 5 before but not in ACCESS. Can anyone help?

  2. #2
    apr pillai's Avatar
    apr pillai is offline Competent Performer
    Windows XP Access 2003
    Join Date
    May 2010
    Location
    Alappuzha, India
    Posts
    209

    Image List Control

    You can use a statement similar to the one given below to load a picture into the image frame. The image must be a .bmp file:

    Code:
     Me.ImageFrame.Picture = "E:\D\Movie\Britanica_Scenes\scene" & imageNo & ".bmp"
    
    You can use the name selected from the listbox combined with the location of the image to load into the image frame.

  3. #3
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    My idea to the problem you are encountering here is due to the difference of picture formats. Please check the link below it may help you.

    http://www.accessmonster.com/Uwe/For...st-Control-6-0

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

Similar Threads

  1. Input data from one list box to another list box
    By KellyR in forum Programming
    Replies: 0
    Last Post: 06-04-2010, 11:24 AM
  2. syntax on setting image Picture control
    By cowboy in forum Reports
    Replies: 2
    Last Post: 02-18-2010, 10:00 AM
  3. Image control in MS Access
    By celestialcitizen in forum Forms
    Replies: 6
    Last Post: 07-03-2009, 03:25 PM
  4. List box to populate other list boxes
    By Nathan in forum Forms
    Replies: 0
    Last Post: 03-03-2009, 07:22 PM
  5. Sending control to specific control
    By wasim_sono in forum Programming
    Replies: 2
    Last Post: 04-19-2007, 08:19 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