B
Bongard
I am trying to run the most simple of update queries to update one
field in a table. Here is my SQL
UPDATE 22_LifeCoRoll INNER JOIN (CASH_CASH_SUMMARY INNER JOIN
[22_LifeCoRoll - Current] ON CASH_CASH_SUMMARY.CASH_CNTL_ID =
[22_LifeCoRoll - Current].CASH_CNTL_ID) ON
[22_LifeCoRoll].CASH_PTFL_SK = CASH_CASH_SUMMARY.CASH_PTFL_SK SET
[22_LifeCoRoll].New_Cash_Smry_Amt = "CASH_SMRY_AMT"
WHERE (((CASH_CASH_SUMMARY.CASH_SMRY_TYP_CDE)="PTFL"));
I have checked both fields [CASH_SMRY_AMT] and [New_Cash_Smry_Amt] and
they both have identical field properties. I don't know what I'm doing
wrong.
Please help - thank you,
Brian
field in a table. Here is my SQL
UPDATE 22_LifeCoRoll INNER JOIN (CASH_CASH_SUMMARY INNER JOIN
[22_LifeCoRoll - Current] ON CASH_CASH_SUMMARY.CASH_CNTL_ID =
[22_LifeCoRoll - Current].CASH_CNTL_ID) ON
[22_LifeCoRoll].CASH_PTFL_SK = CASH_CASH_SUMMARY.CASH_PTFL_SK SET
[22_LifeCoRoll].New_Cash_Smry_Amt = "CASH_SMRY_AMT"
WHERE (((CASH_CASH_SUMMARY.CASH_SMRY_TYP_CDE)="PTFL"));
I have checked both fields [CASH_SMRY_AMT] and [New_Cash_Smry_Amt] and
they both have identical field properties. I don't know what I'm doing
wrong.
Please help - thank you,
Brian