Help using 'OnClick' event in ListBox Selection

  • Thread starter Thread starter sara
  • Start date Start date
S

sara

I have created a form with one listbox on top,'A', and another listbox at the
bottom, 'B'.
'A' displays all values of a table and when I select one of the rows, I want
to use the selected value to populate the other listbox,'B'.
I am unsure how in the OnClick routine, i can specifiy that i want the value
that was selected by me.
 
To Clarify,
The list box 'A',has multiple columns and from the selected row, i want to
use the first column as an input to my select query for the list Box 'B'
 
Back
Top