Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting correct Data from DB but have multiples of the same value

Status
Not open for further replies.

Linnq

Programmer
Oct 24, 2003
13
CA
If you have multiples of the same value being drawn from DB, how do you limit the select to only show the value once?
 
strSQL = "SELECT DISTINCT FName, LName FROM MyTable"

Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top