Solved: Listbox multiselect issue
I ha've 2 listbox on a form. User makes multiple items in box1 and info related to items will show on box2.
What event can I use to make this happen? AfterUpdate event doesn't work since it fires every time user selects a item. Do I have to use OnClick event of a separate command botton to run the code? I really don't want to do that.
Thanks in advance.
Solved. Listbox multiselect issue
Quote:
Originally Posted by dhartford
I ha've 2 listbox on a form. User makes multiple items in box1 and info related to items will show on box2.
What event can I use to make this happen? AfterUpdate event doesn't work since it fires every time user selects a item. Do I have to use OnClick event of a separate command botton to run the code? I really don't want to do that.
Thanks in advance.