Hi, i have a form with 10 multiselect extended listboxes where a user can choose his criteria for the form. the idea is that after making selections in one listbox - the others requery and show choices based on what's been selected
for example, i have 3 listboxes, city, state and zip. if user selects ny, then the cities and zips will only be new york's
the problem is that i'm probably using wrong events and the listboxes don't requery after selections. my question is, what's the even that fires after ALL selections have been made (how does the program know if i'm done selecting? i could've selected one value, then pressed Ctrl and selected a few more)
thank you
for example, i have 3 listboxes, city, state and zip. if user selects ny, then the cities and zips will only be new york's
the problem is that i'm probably using wrong events and the listboxes don't requery after selections. my question is, what's the even that fires after ALL selections have been made (how does the program know if i'm done selecting? i could've selected one value, then pressed Ctrl and selected a few more)
thank you