I have a list box that displays 2 columns from a SQL row source.
Sample: SELECT CELL.Cell, CELL.Equipment FROM CELL GROUP BY CELL.Cell, CELL.Equipment;
When I select from the list box....I need both fields to display in the results box.
How would I go about doing this??
Thank you,
Sample: SELECT CELL.Cell, CELL.Equipment FROM CELL GROUP BY CELL.Cell, CELL.Equipment;
When I select from the list box....I need both fields to display in the results box.
How would I go about doing this??
Thank you,