G
Guest
I have a list box that displays 3 columns of information based on a combo box
which runs a SQL statement. For example, the statement is something like
SELECT [field1],[field2],[field3] from Table.
The list box will display field1, field2 and field 3 in 3 columns. However,
I need to perform some kind of check with field3 or column3 in the listbox.
How do I go about doing that?
I know I can use the .Column() function using the combo box but it doesn't
seem to work with the list box. Thanks.
which runs a SQL statement. For example, the statement is something like
SELECT [field1],[field2],[field3] from Table.
The list box will display field1, field2 and field 3 in 3 columns. However,
I need to perform some kind of check with field3 or column3 in the listbox.
How do I go about doing that?
I know I can use the .Column() function using the combo box but it doesn't
seem to work with the list box. Thanks.