have a table with style number field, a style description field, a INSTOCK ("Yes/No") field, and a qty field.
Some of the style numbers are unique, others appears many times in the table.
I want to be able to get a list of all the styles in the same manner I would do using SELECT DISTINCT...