TEXT BOX SELECTION CONTROLS THE OUTPUT OF ANOTHER TEXTBOX

  • Thread starter Thread starter Carbon18
  • Start date Start date
C

Carbon18

When a selection is made from a list box, the next list box will display a
specific set of values
 
Put code in the AfterUpdate event of the first list box to control the
RowSource for the second list box.
 
Back
Top