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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hide duplicates in query

Status
Not open for further replies.

hrg

Programmer
Jan 8, 2009
46
US
I have a query within a database. In the criteria cell i want to write

hide all duplicates (in the column)

the purpose so that if the same name appears on one day then i only want to show it once. But bearing in mind if it appears the next day then i want to show it.

Thanks
 
dear hrg,

try the option distinct for your sql-statement.

select distince name from soucre
hth

regards astrid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top