PC Review


Reply
Thread Tools Rate Thread

Combining Tables

 
 
=?Utf-8?B?TVNITw==?=
Guest
Posts: n/a
 
      30th Jan 2006
How do I take two tables and combine them together to make one?

Its three columns of data, same type.

Thanks in advance
 
Reply With Quote
 
 
 
 
Rick B
Guest
Posts: n/a
 
      30th Jan 2006
If you are doing this as a permanent task, then just build an append query
and append all records from tableA to tableB, then delete tableA.

This is what you should do. It is not "normalized" to have two identical
tables. This normally happens when someone fairly new to Access tries to
store similar records in different tables so they can differentiate
different "types" of records. For example, some users might store A/P
vendors in one table, and A/R vendors in a separate (yet identical) table.
This is not proper design. Instead, they could simply add a "VendorType"
field and define the records as one or the other.

If you insist on keeping your current structure (or if there is a good
reason for it), then you can create a UNION query to pull all records from
two separate tables. You can then use that UNION query as the source for
your reports or forms.


--
Rick B



"MSHO" <(E-Mail Removed)> wrote in message
news:0AAE1388-A6B1-4671-B1DA-(E-Mail Removed)...
> How do I take two tables and combine them together to make one?
>
> Its three columns of data, same type.
>
> Thanks in advance



 
Reply With Quote
 
=?Utf-8?B?TVNITw==?=
Guest
Posts: n/a
 
      30th Jan 2006
Thank you much

"Rick B" wrote:

> If you are doing this as a permanent task, then just build an append query
> and append all records from tableA to tableB, then delete tableA.
>
> This is what you should do. It is not "normalized" to have two identical
> tables. This normally happens when someone fairly new to Access tries to
> store similar records in different tables so they can differentiate
> different "types" of records. For example, some users might store A/P
> vendors in one table, and A/R vendors in a separate (yet identical) table.
> This is not proper design. Instead, they could simply add a "VendorType"
> field and define the records as one or the other.
>
> If you insist on keeping your current structure (or if there is a good
> reason for it), then you can create a UNION query to pull all records from
> two separate tables. You can then use that UNION query as the source for
> your reports or forms.
>
>
> --
> Rick B
>
>
>
> "MSHO" <(E-Mail Removed)> wrote in message
> news:0AAE1388-A6B1-4671-B1DA-(E-Mail Removed)...
> > How do I take two tables and combine them together to make one?
> >
> > Its three columns of data, same type.
> >
> > Thanks in advance

>
>
>

 
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
Combining Tables KAitchison Microsoft Access Queries 2 25th Sep 2009 08:23 PM
combining tables jlute@marzetti.com Microsoft Access Queries 4 26th Aug 2008 03:06 PM
Combining tables =?Utf-8?B?Sm9oblc=?= Microsoft Access Queries 3 6th Feb 2007 03:37 PM
RE: Combining Tables =?Utf-8?B?VG9tIFdpY2tlcmF0aA==?= Microsoft Access 1 31st Dec 2005 09:29 PM
Combining tables =?Utf-8?B?SmltbXlD?= Microsoft Access External Data 7 1st Jul 2004 01:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:40 PM.