I have a table with 2 fileds
1 autonumber
2 OLE object
I have a form Unbound with 2 objects
1 listbox of all the records
2 OLEUnbound
I want on click on the list I saw the picture in the ole.
I wrote:
Me.OLEUnbound49 = Me.List5.Column(3)
and its didnt work
how can I do it?
[I know that there is the option for image and imagepath, but I want the image to be in the database (just 6)]
this is my message number 100
thanks
1 autonumber
2 OLE object
I have a form Unbound with 2 objects
1 listbox of all the records
2 OLEUnbound
I want on click on the list I saw the picture in the ole.
I wrote:
Me.OLEUnbound49 = Me.List5.Column(3)
and its didnt work
how can I do it?

[I know that there is the option for image and imagepath, but I want the image to be in the database (just 6)]
this is my message number 100

thanks
Last edited: