I basically want a distinct OrderID field but not exclude the other fields from showing up in the query results. For example I would guess the syntax is something like:
"SELECT DISTINCT OrderID AS OnlyOne, CustName, Address1, Address2, etc."
That doesn't look right. Maybe a subquery???
Thanks in advance,
Steve728
"SELECT DISTINCT OrderID AS OnlyOne, CustName, Address1, Address2, etc."
That doesn't look right. Maybe a subquery???
Thanks in advance,
Steve728