Access 97
I have a form with a subform.
The main form has a multiselect listbox.
I want to refresh the subform when the listbox selection is changed on the main form.
I have been using the lost_focus event for the listbox, but I would really prefer to trigger the change when the listbox selection is made. It does not appear that any of the events for the listbox fire when an item is selected and/or reselected. I must be overlooking something, because I would imagine that this is a common need. TIA...
I have a form with a subform.
The main form has a multiselect listbox.
I want to refresh the subform when the listbox selection is changed on the main form.
I have been using the lost_focus event for the listbox, but I would really prefer to trigger the change when the listbox selection is made. It does not appear that any of the events for the listbox fire when an item is selected and/or reselected. I must be overlooking something, because I would imagine that this is a common need. TIA...