Feb 16, 2004 #1 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?
If you have multiples of the same value being drawn from DB, how do you limit the select to only show the value once?
Feb 16, 2004 #2 Bullschmidt Programmer May 20, 2003 331 US strSQL = "SELECT DISTINCT FName, LName FROM MyTable" Best regards, J. Paul Schmidt, Freelance ASP Web Developer http://www.Bullschmidt.comASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool... Upvote 0 Downvote
strSQL = "SELECT DISTINCT FName, LName FROM MyTable" Best regards, J. Paul Schmidt, Freelance ASP Web Developer http://www.Bullschmidt.comASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...