Hi,
I have a list of values in a table, some of which correspond to a list of values in the first column of an extended listbox.
when the form loads, I cycle through the list of values in the table, and I then want to check each value in the table against the values in the first column of the listbox, and if a match is found, select that row in the listbox.
At the end, I should have some rows in the listbox selected, and some rows not selected, depending on how many matching values there were in the table.
Can anyone help with this???
Thanks
I have a list of values in a table, some of which correspond to a list of values in the first column of an extended listbox.
when the form loads, I cycle through the list of values in the table, and I then want to check each value in the table against the values in the first column of the listbox, and if a match is found, select that row in the listbox.
At the end, I should have some rows in the listbox selected, and some rows not selected, depending on how many matching values there were in the table.
Can anyone help with this???
Thanks