I have an access database with a field named color. There are
several records containing a color name. I want to list the unique
values with the record count of each. Like Red 5, Blue 23, Green 14
etc. How can I accomplish this?
I will be using asp/vbscript. Thanks