Thread: Combine tables
View Single Post
  #4  
Old August 17th, 2007, 03:14 PM posted to microsoft.public.access
Pieter Wijnen
external usenet poster
 
Posts: 1,354
Default Combine tables

To view all of them
SELECT * FROM TableA
UNION ALL
SELECT * FROM TableB

HTH

Pieter

"Rose" wrote in message
news
I have two tables that are identical except they contain differant records.
What is the easiest way to combine them into one?
--
Rose