J
Jerrym
How can I create an update query totaling 2 fields in
one table and update another table with the sum? For
example: Table 1 (detail file) contains a Key, Debit
amount and a Credit Amount. Table 2 (Summary file)
contains the same Key as table 1 and I would like to have
the Total Debits and Credits Amounts from Table 1.
I am having troubles writing the code. Can anyone point
me in the right direction?
Thanks.
one table and update another table with the sum? For
example: Table 1 (detail file) contains a Key, Debit
amount and a Credit Amount. Table 2 (Summary file)
contains the same Key as table 1 and I would like to have
the Total Debits and Credits Amounts from Table 1.
I am having troubles writing the code. Can anyone point
me in the right direction?
Thanks.