Forum

Connecting 2 tables...
 
Notifications
Clear all

Connecting 2 tables to one table

7 Posts
4 Users
0 Reactions
85 Views
(@usb)
Posts: 244
Honorable Member
Topic starter
 

Hi,
In the attachment I have 2 tables - each with different columns
There is a column of an item in the 2 tables
I need a new table that will have all the items from the 2 tables in one column
How do you do that?
Thank you very much for your help! Leah

 
Posted : 29/07/2021 12:16 am
(@debaser)
Posts: 836
Member Moderator
 

It's not really clear to me what output you want, but your description of getting it all in one column sounds like you just want an append query to me.

 
Posted : 29/07/2021 7:53 am
(@usb)
Posts: 244
Honorable Member
Topic starter
 

I need to output a column that has all the number numbers
= 1063 data from stock sheet Y
+ 482 data from X inventory sheet
Thanks for the help, Leah

 
Posted : 29/07/2021 1:06 pm
(@debaser)
Posts: 836
Member Moderator
 

Then it appears all you need to do is remove the other columns from your 2 queries and append one to the other. Where are you stuck?

 
Posted : 30/07/2021 3:16 am
(@usb)
Posts: 244
Honorable Member
Topic starter
 

Remove unnecessary columns - I know.
The question of how to attach the 2 columns of the code - from the 2 tables
To one column?

 
Posted : 31/07/2021 7:18 am
Anders Sehlstedt
(@sehlsan)
Posts: 968
Prominent Member
 

Hello Lea,

Have a look in this blog article, it shows what needs to be done to consolidate many tables into one.

Br,
Anders

 
Posted : 01/08/2021 2:57 am
(@bunneh68)
Posts: 4
Active Member
 

I would upload the tables into PQ, rename required columns to match, remove unnecessary columns, then append the tables.

 
Posted : 01/08/2021 3:44 pm
Share: