I want to be able to click on a value in a list box and have the textboxes
update themselves automatically with the corelating data. the specifics are:
the list box is stretched vertically to show 10 choices at once and displays
the MedalName field of a medals table. One textbox displays the
medaldescription of the selected medal, another control (i am using a bound
OLE) displays a picture of the medal and a final control (another bound OLE)
displays a picture of a different version of the medal based on whether or
not the particular medal has a second version. The only selectable item
should be the medal name in the list box.
Damon
Damon - 26 Oct 2005 22:11 GMT
Also, how do I capture the value of the medal I dbl-clicked on?
> I want to be able to click on a value in a list box and have the textboxes
> update themselves automatically with the corelating data. the specifics are:
[quoted text clipped - 7 lines]
>
> Damon