S
Seeking Knowledge
I have a main table that I use called [Contracts]. There are 2 currency
fields on there, [OrgFedAmt] and [TotalFedAmt]. When a user is in another
“related†table, like [Amendment] or [Renewal], which has the similar
currency fields, [AmendFedAmt] and [RenewFedAmt].
When the user inputs data into the [AmendFedAmt] or [RenewFedAmt], I want it
to “ADD†that amount to the [TotalFedAmt] in the main table.
I have tried several things like: [Contracts].[TotalFedAmt] =
[Contracts].[TotalFedAmt]+[Renewal].[RenewFedAmt], but I keep getting error
messages.
What is the correct way to update a field in another table from the current
open table?
fields on there, [OrgFedAmt] and [TotalFedAmt]. When a user is in another
“related†table, like [Amendment] or [Renewal], which has the similar
currency fields, [AmendFedAmt] and [RenewFedAmt].
When the user inputs data into the [AmendFedAmt] or [RenewFedAmt], I want it
to “ADD†that amount to the [TotalFedAmt] in the main table.
I have tried several things like: [Contracts].[TotalFedAmt] =
[Contracts].[TotalFedAmt]+[Renewal].[RenewFedAmt], but I keep getting error
messages.
What is the correct way to update a field in another table from the current
open table?