G
Guest
Hi
I need to make a query that will either delete or update a table. I'm not sure what is the best
Example
I have a table (T1) with part number colum and quantity colum. Each day I import an excel spreadsheet to a new table (T2) with part numbers and quantities. I need a query or something that will look at both tables and update T1 from the information in T2.
So if T1 part number 23 has a quantity of 19 and T2 part number 23 has a quantity of 5 then it should subtracts a quantity of 5 from part 23 on T1. So T1 part number 23 would have 14 now
Unless there is some other way for updating the quantities in T1 from an excel spreadsheet
Thanks
Be
I need to make a query that will either delete or update a table. I'm not sure what is the best
Example
I have a table (T1) with part number colum and quantity colum. Each day I import an excel spreadsheet to a new table (T2) with part numbers and quantities. I need a query or something that will look at both tables and update T1 from the information in T2.
So if T1 part number 23 has a quantity of 19 and T2 part number 23 has a quantity of 5 then it should subtracts a quantity of 5 from part 23 on T1. So T1 part number 23 would have 14 now
Unless there is some other way for updating the quantities in T1 from an excel spreadsheet
Thanks
Be