Display text and picture in combo box

  • Thread starter Thread starter Brad
  • Start date Start date
B

Brad

Thanks for taking the time to read my question.

I would like to have a combo box that has the name of a
color in one column, and a picture of the color in the
second column.

Is this possible?

i.e.

imagine a combo box...

Column 1(text)| Column 2 (picture) |arrow
______________________________________________
| blue | png, jpg, or bmp of blue |▼|
----------------------------------------------
 
Hello,

I don't think this possible using a combo box because in order to display
an image on form or report
you have to use the image control.

One workaround I can think of is to add an unbound control next to the
combo box and use VBA code
to change the back color of the unboun control based on what you select
from a combo box.

Regards,

Ki Yi
Microsoft Support

This posting is provided AS IS with no warranties, and confers no rights.
 
Back
Top