J
jeninOk
Hi--
I have a form with a combo box that selects distinct from a lookup table,
called cboStates. When I select an item from it, a list box populates with a
list of values that match .
For example, if I choose Oklahoma, it shows all cities in Oklahoma in
lstCities. I then use that lstCities to filter a subform (the list is
multi-select).
I need to change the form so the States list is a Multi-select List also.
This way the user can select both Oklahoma and Texas and see a list of cities
in both states in lstCities from which to filter a subform.
How do I do this?
Thank you in advance
I have a form with a combo box that selects distinct from a lookup table,
called cboStates. When I select an item from it, a list box populates with a
list of values that match .
For example, if I choose Oklahoma, it shows all cities in Oklahoma in
lstCities. I then use that lstCities to filter a subform (the list is
multi-select).
I need to change the form so the States list is a Multi-select List also.
This way the user can select both Oklahoma and Texas and see a list of cities
in both states in lstCities from which to filter a subform.
How do I do this?
Thank you in advance