view duplicate only

iraidotel@yahoo.com

Registered User.
Local time
Today, 10:26
Joined
Dec 17, 2014
Messages
36
Dear All,

I still used access 2003, and i have a problem with my job. If i have a table (left figure) with the duplicate data, and i want to use access to filter those duplicate data (right figure).
What method in access to process that case?can i use the query tools or another method?

ragard,Ira
 

Attachments

just a simple query will do:

select hole_id, deviation from tabel where count(hole_id)>1;
 
I've tried to use select hole_id, deviation from tabel where count(hole_id)>1; , but not work

thank you,
ira
 

Attachments

Users who are viewing this thread

Back
Top Bottom