populate text boxes based on selected value in list box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top