H
hkgary33 via AccessMonster.com
Dear all,
In my form frmVIEW, it allows the user to enter and update files’ fields.
Each file have 11 numeric fields, the first 10 numeric fields are for user to
input and the last numeric field is for automatically summing the totals.
I’ve successfully display this sum in the form, (by using a formula to sum
those 10 fields in the Control Source). However, this sum field only appears
in the form, but it can’t “push” the sum value back to the field. How can I
write in VBA programming so that the sum can successfully “push” in to the
field? (I really need to use an additional field to store the sum in order to
facilitate my chart plotting in later stages)
Thanks so much for your help!
Gary
In my form frmVIEW, it allows the user to enter and update files’ fields.
Each file have 11 numeric fields, the first 10 numeric fields are for user to
input and the last numeric field is for automatically summing the totals.
I’ve successfully display this sum in the form, (by using a formula to sum
those 10 fields in the Control Source). However, this sum field only appears
in the form, but it can’t “push” the sum value back to the field. How can I
write in VBA programming so that the sum can successfully “push” in to the
field? (I really need to use an additional field to store the sum in order to
facilitate my chart plotting in later stages)
Thanks so much for your help!
Gary