techkenny1
Technical User
Hi,
I have a continous form that has 4 number fields that are summed in a field in the form Footer.
In the tblAccounts the number fields are [blue]D1, D2,D3,D4[/blue]
Also in the tblAccounts there are 4 fields that Total each one, [blue]D1Total,D2Total, D3Total,D4Total[/blue].
In the form Footer I have placed D1Total. On the control source of D1Total I have this code [blue]=Sum([D1][/blue].
So that when data in entered into D1 is sums the value
into the D1Total ok.
However I want the resulting value of D1Total to be recorded in the tblAccounts. When the form is saved,and I view the table data, these total fields are blank.
The question is, how can I get this data to be recorded into the table?
Many thanks.
kp
I have a continous form that has 4 number fields that are summed in a field in the form Footer.
In the tblAccounts the number fields are [blue]D1, D2,D3,D4[/blue]
Also in the tblAccounts there are 4 fields that Total each one, [blue]D1Total,D2Total, D3Total,D4Total[/blue].
In the form Footer I have placed D1Total. On the control source of D1Total I have this code [blue]=Sum([D1][/blue].
So that when data in entered into D1 is sums the value
into the D1Total ok.
However I want the resulting value of D1Total to be recorded in the tblAccounts. When the form is saved,and I view the table data, these total fields are blank.
The question is, how can I get this data to be recorded into the table?
Many thanks.
kp