I need some help with the Image Combo. I have properties set as
DateSource = datPrimaryRS
DataField = CatgImage
CatgImage contains the name of the image in imagelist.
When the form loads, I do
Code:
Me.comCatgImage.ImageList = Me.imgCatg
Me.comCatgImage.ComboItems.Add , "Car1", "Car
Me.comCatgImage.ComboItems.Add , "Chair1", "Chair"
Now it displays the text correctly, but not the image. So when I go from record to record, the image in comCatgImage does not change. It only changes when I select a CatgImage.
How do I get the correct image in the combo box?
Thanks
Awesomo