i have a form with 6 multiselect 'simple listboxes, which i use to query about 120,000 records
so when i make my selections on a listbox, the textbox below records the selected ID's as for example 6,9,12,
i then create the query in SQL and the records output works quite well within 2 - 3 of seconds
as you can appreciate selecting the 6 listboxes can take a bit of time, and what i would like to do is save my search values from each textbox below the listbox into a record on a local table with a name
i then later would go to a combo box, find and select my saved search record and once the saved search record is selected, have the respective text boxes back filled with the saved data
now it is here i am stuck
for example in my textbox i have "6,9,12". is there a way of highlighting the rows in the listbox with ID's in the first column IN (6, 9, 12)
thank you
roosn