Solved Display Image

smtazulislam

Member
Local time
Today, 17:02
Joined
Mar 27, 2020
Messages
808
Hi,
Is it possible in ms access for display Image in the Combobox Column. DB has attached. it need to work in frmTransaction Form in combobox.
I haven't find in google search for ms access.
Appreciate to help.
 

Attachments

Hi. I don't think so. Maybe you can use a subform instead. Just a thought...
 
theDBguy I wanting like attached picture.
Image8.jpg
 
Thanks for your reply. can I get a demo...
Hi. The only demo I could think of is one where it shows how to use a subform as a dropdown, but it doesn't have images. I tried to search for it, but can't find it at the moment.
 
there is an ActiveX available, it's call ImageCombobox.
see this sample.
 

Attachments

view the form in design view.
do you see the ImageList0 control and the ImageCombo1 control.
if you don't you need to add them using ActiveX Controls.

Microsoft ImageList Control, and
Microsoft ImageCombobox Control
 
view the form in design view.
do you see the ImageList0 control and the ImageCombo1 control.
if you don't you need to add them using ActiveX Controls.

Microsoft ImageList Control, and
Microsoft ImageCombobox Control

Yes, I see this ImageList0 control and the ImageCombo1 control.
But, How to fix this error ?
and I dont know about "Microsoft ImageList Control, and Microsoft ImageCombobox Control".
 
check if you have those control on your pc.
create new form.
on the Ribbon, select ActiveX Controls.

the demo will look like this.
 

Attachments

check if you have those control on your pc.
create new form.
on the Ribbon, select ActiveX Controls.

the demo will look like this.
Thanks for demo. Yes, I wanting like that. I appreciate you well understand me.
Yes, I create a new form that name frmTest select "ActiveX Controls" and selected Microsoft Form 2.0 Combo box. And combo box name is ComboBox0 .
Then what is the next ?
 
Last edited:
no that's not the one.
look for:

Microsoft ImageList Control (you will save your image here).
Microsofr ImageCombobox Control (you will Tie the Imagelist here).

those 2 controls are just below Microsoft Form controls.

''''
'/ EDIT
i think maybe you don't have those controls, coz if you do, you will not get error
when you open my demo.

i have windows 10 and office 2019.
 
I dont find Microsoft ImageList Control. Microsoft Form 2.0 Image . Look my page screen.
Capture.JPG


And I using windows 10 Pro and office 2016.
 
Last edited:
Scroll Down further, it is not in Microsoft Form as i already told you.
 
how come you don't have them?
there are already discussion on the net as far as 2016
about this control.
 

Users who are viewing this thread

Back
Top Bottom