Question
Stop duplicates in table?
Hi
I have just starting using asp pages and need som advise on how to stop duplicates showing within a table.
I know it's something required in the sql recordset, but don't know what.
Here is what I already have -
SELECT DISTINCT txtTown, txtPropertyURL
FROM Cheshire
What I need is the Town to show in the table without duplicates, but be able to link the url to each town name.
Any pointers would help.
Many thanks.
