I would probably use a combination of SQL and xBase, assuming you want to 
eyeball this. First run a "select partnum from table group by partnum having 
count(partnum) >1" into a cursor.  Set a relation to partnum from your cursor 
into the source table and set skip. Then browse away.

--
rk

-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Desmond 
Lloyd
Sent: Tuesday, December 10, 2013 3:20 PM
To: [email protected]
Subject: A Compare Question....

Probably a little basic,  but darned if I can figure this one out...

Have a table approximately 3000 records,  part number, description etc.
that kind of thing.  Well in some cases the part number is listed multiple 
times and I need to determine what records are duplicated.

Can select distinct and can see that there are less distinct than there are in 
the original table.

Would someone please recommend a method to do this?

Dazed and confused in Texas,
Regards,
Desmond


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD0442296CF9159@ACKBWDDQH1.artfact.local
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to