find unique items

alienscript

Registered User.
Local time
Today, 14:07
Joined
Jul 17, 2004
Messages
20
Hello Access experts,

I try using query below to find the unique items in a Field but it doesnt work. Can someone help me with this query?

Thanks very much in advance.

In (SELECT [project_item] FROM [Table1] As Tmp GROUP BY [project_item] HAVING Count(*)=1 )
 

Attachments

Thank you very much
 

Users who are viewing this thread

Back
Top Bottom