C Carbon18 Jan 22, 2009 #1 When a selection is made from a list box, the next list box will display a specific set of values
D Douglas J. Steele Jan 22, 2009 #2 Put code in the AfterUpdate event of the first list box to control the RowSource for the second list box.
Put code in the AfterUpdate event of the first list box to control the RowSource for the second list box.