I have a table of rows and cols such as
Employee_Num Employee_Name
32587 Smith,John
65894 Jones,Tom
89652 Alias,Smith
32587 Smith,John
I need to wittle this list down to three unique employees. In
VB I can do this easily with a collection using Employee_Num as a key. How can I do it with VBScript in ASP?