C
Cassie
I have a form of unbound fields. There are 3 list boxes (cboFeatures,
cboFeaturesOpt & cboSelectedFeatures). The first list box row source type is
field list. The field list represents the valid features. The user selects
a field from the list and then the 2nd list box populates with all the
possible options for the feature selected in box 1. When the user has a
feature & option they click on a button that updates the row source of the
3rd List Box to include this criteria. They can add as many feature/options
to the 3rd box as they want.
I want the user to be able to select 1 or more of the rows and remove them
from the row source but leave the others. What is the best method?
cboFeaturesOpt & cboSelectedFeatures). The first list box row source type is
field list. The field list represents the valid features. The user selects
a field from the list and then the 2nd list box populates with all the
possible options for the feature selected in box 1. When the user has a
feature & option they click on a button that updates the row source of the
3rd List Box to include this criteria. They can add as many feature/options
to the 3rd box as they want.
I want the user to be able to select 1 or more of the rows and remove them
from the row source but leave the others. What is the best method?