I have a form that I use to set up criteria to return data. There are several selection controls on the form. Two of these are multiple select list Controls. After selection/s have been made on the first multiple select list control I want to filter the secound multiple select control based on the results of the first. I can do the multiple select without problems...but how do I pass the results to the second list control.
I normally disable the second list control until the first is completed (one update event). I then run code to enable the second list control and requery it based on the first list control. I just don't know how to do the requery when there have been multiple selections in the first list control.
Thanks,
I normally disable the second list control until the first is completed (one update event). I then run code to enable the second list control and requery it based on the first list control. I just don't know how to do the requery when there have been multiple selections in the first list control.
Thanks,