Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / May 2007

Tip: Looking for answers? Try searching our database.

How to find duplicates records.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
toyota58 - 25 May 2007 01:33 GMT
I'm quite a newbie. I've created 2 tables and now I want to find
duplicates between these 2 tables. The first table have 1 field while
the other have  7 fields. I already did relationship between these 2
tables and did Find Duplicates Query but I don't seem to get
anything...

Thank You.
Neil - 25 May 2007 03:56 GMT
Should be pretty simple. Since the first table only has one field, I assume
you just want to find records in the second table that match on that single
field. Just bring both tables into your query, with an inner join on the
matching field, and display records from the second table (or both tables,
if you prefer).

The SQL for the query would be something like:

Select Table2.* From Table1 Inner Join Table2 on Table1.Field1 =
Table2.Field1

where "Field1" is the field that contains the same data in both tables.

> I'm quite a newbie. I've created 2 tables and now I want to find
> duplicates between these 2 tables. The first table have 1 field while
[quoted text clipped - 3 lines]
>
> Thank You.
toyota58 - 26 May 2007 06:21 GMT
Problem solved.   Thank You so much.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.