Hi,
I have the following tables:
A master table of employees with Name and employee ID
One table with employee IDs as rows and GIFT names as columns (10 columns)
another table with employee ID as rows and GIFT names as columns (3 columns)
The gift columns contain the the number of gifts got by each employee.
I want to build a query on employee that the result should show how many gifts the employee
got from each table. This should also move the row from the GIFTs tables and append to a new table.
The GIFTs columns are different for each table. If they are not movable to another table at least there should
be a column posting that the GIFTs are distributed to queried employee
Thank you.