R
Ron
Hi,
I am trying to append Fields from two tables :
SKU, CustFinInvoice, CustFinQty From [Order Facts] - Pri Key SKU
SalePrice from tblPrices - Pri Key SKU
WIC as a computed Value ( [Order Facts].CustFinQty *
tblPrices.SalePrice)
Into a table [Customer Details] with Order#, SKU, Qty, SalePrice,
ExtPrice - Pri Key OrderID.
The Join: [Order Facts] LEFT JOIN tblPrices ON [Order Facts].SKU =
tblPrices.SKU
When ever I do this I get a Key Violation and I do not understand why. Can
Some One Help
I am trying to append Fields from two tables :
SKU, CustFinInvoice, CustFinQty From [Order Facts] - Pri Key SKU
SalePrice from tblPrices - Pri Key SKU
WIC as a computed Value ( [Order Facts].CustFinQty *
tblPrices.SalePrice)
Into a table [Customer Details] with Order#, SKU, Qty, SalePrice,
ExtPrice - Pri Key OrderID.
The Join: [Order Facts] LEFT JOIN tblPrices ON [Order Facts].SKU =
tblPrices.SKU
When ever I do this I get a Key Violation and I do not understand why. Can
Some One Help