P
Pantelis
I have a table containing information's (fields) for
products.
Table1 (ProductCode, Info1, Info2, Info3, Info4).
I have a second table containing some of the information's
of the same products of the Table1.
Table2 (ProductCode, Info3, Info4)
The Table2 doesn't contain all of the products of Table1
but he has also some new ProductCode's.
I want to put the data of Table2 to Table1 changing
Table1's where necessary and adding the not existing
ProductCode's.
Tanks in advance,
Pantelis
products.
Table1 (ProductCode, Info1, Info2, Info3, Info4).
I have a second table containing some of the information's
of the same products of the Table1.
Table2 (ProductCode, Info3, Info4)
The Table2 doesn't contain all of the products of Table1
but he has also some new ProductCode's.
I want to put the data of Table2 to Table1 changing
Table1's where necessary and adding the not existing
ProductCode's.
Tanks in advance,
Pantelis