This one seems so simple, but I just cannot figure it out. I have two tables, the first is a table listing all assets for a specific company, the second is a table of adjustment figures for those assets. So....
Table 1 Table 2
Company Company
Asset Code Asset Code
Value Adjustment to Value
Basically all I want to do is update Table 1 with the values of Table 2 by doing Value + Adjustment to Value. However it's got to match up with the proper Company and proper Asset Code (hence the multiple keys). I'm having a hell of a time trying to figure this out but it seems so simple.
Thanks in advance,
Chris
Table 1 Table 2
Company Company
Asset Code Asset Code
Value Adjustment to Value
Basically all I want to do is update Table 1 with the values of Table 2 by doing Value + Adjustment to Value. However it's got to match up with the proper Company and proper Asset Code (hence the multiple keys). I'm having a hell of a time trying to figure this out but it seems so simple.
Thanks in advance,
Chris