TEXT BOX SELECTION CONTROLS THE OUTPUT OF ANOTHER TEXTBOX

C

Carbon18

When a selection is made from a list box, the next list box will display a
specific set of values
 
D

Douglas J. Steele

Put code in the AfterUpdate event of the first list box to control the
RowSource for the second list box.
 
Top