Just wondering if it is possible to change a List Box Row Source Using the OnClick Event of a Combo Box.
So for example, I have 4 options in a combo box: And when i click each one in i'd like the Row Source of say 'lstPopulateRecords' to change to a different Query so then it would therefore populate the listbox with another set of records.
Reason for this is my cmdSelectAll button and DeselectAll button are programmed to one List Box, so this method would make the buttons work for all
Help is greatly appreciated thanks, Liam
So for example, I have 4 options in a combo box: And when i click each one in i'd like the Row Source of say 'lstPopulateRecords' to change to a different Query so then it would therefore populate the listbox with another set of records.
Reason for this is my cmdSelectAll button and DeselectAll button are programmed to one List Box, so this method would make the buttons work for all

Help is greatly appreciated thanks, Liam