PC Review


Reply
Thread Tools Rate Thread

How to combine two tables and dedup records from one table

 
 
=?Utf-8?B?Y2FicmFkbGV5MTE=?=
Guest
Posts: n/a
 
      24th Apr 2006
I'm trying to combine two tables of like data and end up with unique records
from one of the tables. In essence, place one set of data over the other and
end up with the unique difference from the one table but not have the unique
records from the other. Is this even possible.
 
Reply With Quote
 
 
 
 
Steve Schapel
Guest
Posts: n/a
 
      25th Apr 2006
CA,

Are you able to give an example of what you want? Might make it easier
to understand.

--
Steve Schapel, Microsoft Access MVP


cabradley11 wrote:
> I'm trying to combine two tables of like data and end up with unique records
> from one of the tables. In essence, place one set of data over the other and
> end up with the unique difference from the one table but not have the unique
> records from the other. Is this even possible.

 
Reply With Quote
 
arthurjr07@gmail.com
Guest
Posts: n/a
 
      25th Apr 2006
SELECT * FROM Table1
UNION
SELECT * FROM Table2 where Field1 not in ( Select Distinct Field1 From
Table1)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Query to combine the records of 3 identical structure tables of DB. torex Microsoft Access Queries 5 2nd Apr 2009 10:30 PM
List unique records and combine from two tables S N Microsoft Access 1 14th Mar 2009 08:18 AM
Combine 2 tables or copy records =?Utf-8?B?U2FyYWhK?= Microsoft Access Queries 1 13th Aug 2007 06:20 PM
Combine all records from two tables to include related and unrelat =?Utf-8?B?U2NvdHQ=?= Microsoft Access Queries 1 7th Jun 2007 08:31 PM
Combine records from 2 tables whenever there are matching values . =?Utf-8?B?RXhjZWwgUHVyZ2UgJiBNdXJnZSBNYWlsaW5nIExp Microsoft Excel Programming 0 6th Dec 2004 04:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:31 PM.