Here's the error:
Microsoft OLE DB Provider for SQL Server error '80040e14'
ORDER BY items must appear in the select list if SELECT DISTINCT is
specified.
/wccasp/classes/fall/default_test.asp, line 87
Here's the select statement....can you tell me how I can ORDER it so I don't
get this error?
sqlID = "SELECT distinct q=Col001+''+Col002+''+Col003 FROM fall WHERE
len(Col001+''+Col002+''+Col003)<>0 AND Col001='" & (Abbreviation) & "' ORDER
BY Col001, Col002, Col003"
--
Andy Sutorius