Hello!
I have a form where there are 2 selections to bring up records in a subform. The 1st selection is Month (combo box) and the 2nd selection is Name (List Box).
When I select the Month, this automatically brings up all records associated with the selection (ok). Then I select Name, and this filters the records to show the correct dataset (ok).
The issue I have is after I've made my first selection, I go back to change the Month selection, and the records will not show the Name selection that the Listbox is already on. It instead forgets the Listbox selection so you have to re-select the Name.
Is there a way to allow the Listbox to remember it's previous selection?
Thanks,
Allison
I have a form where there are 2 selections to bring up records in a subform. The 1st selection is Month (combo box) and the 2nd selection is Name (List Box).
When I select the Month, this automatically brings up all records associated with the selection (ok). Then I select Name, and this filters the records to show the correct dataset (ok).
The issue I have is after I've made my first selection, I go back to change the Month selection, and the records will not show the Name selection that the Listbox is already on. It instead forgets the Listbox selection so you have to re-select the Name.
Is there a way to allow the Listbox to remember it's previous selection?
Thanks,
Allison