I've looked through all the code I could find in here but can't find one that works for my situation.
I have a form with 15 unbound combo boxes all filled with the same data (connector names). The user will be able to select up to 15 connectors. I would like, when a connector is selected, to have an image of that connector show up in a box next to the selected item. I don't want to replace it, just show the image by it. I have links to the images stored in my connectors table and thought I could just do an After Update of the combo box to insert the image in the image text box.
Me!connectorpicture = Me!cboOne.Column(2) but nothing happens with this code.
I am a little confused as to what field type to use for this if I want to enter a link to the image in my table as opposed to embedding it. Right now I have it as an Ole Object and on the form I have a Bound Object Frame.
Any point in the right direction would be appreciated!
Toni
I have a form with 15 unbound combo boxes all filled with the same data (connector names). The user will be able to select up to 15 connectors. I would like, when a connector is selected, to have an image of that connector show up in a box next to the selected item. I don't want to replace it, just show the image by it. I have links to the images stored in my connectors table and thought I could just do an After Update of the combo box to insert the image in the image text box.
Me!connectorpicture = Me!cboOne.Column(2) but nothing happens with this code.
I am a little confused as to what field type to use for this if I want to enter a link to the image in my table as opposed to embedding it. Right now I have it as an Ole Object and on the form I have a Bound Object Frame.
Any point in the right direction would be appreciated!
Toni