C
cjnow
How to sum up all the value in subform and store it in the table
although im reading all the topic here also cant solve my problem.
just can show the value using this but didnt store in the table,
control source=[subform].[Form]![sum] 'in textbox name
'temptext'.
And i can show and store in table using this (but the sum amount i
different coz it less add the last value):
Private Sub inv_amount_GotFocus()
inv_amount = temptext
End Sub
am i insert VBA in wrong event or the the other way round?i alread
tried whatever in the event, but still cant , whats the problme here
hope cab been help
although im reading all the topic here also cant solve my problem.
just can show the value using this but didnt store in the table,
control source=[subform].[Form]![sum] 'in textbox name
'temptext'.
And i can show and store in table using this (but the sum amount i
different coz it less add the last value):
Private Sub inv_amount_GotFocus()
inv_amount = temptext
End Sub
am i insert VBA in wrong event or the the other way round?i alread
tried whatever in the event, but still cant , whats the problme here
hope cab been help