PaveFE
Programmer
- Jul 5, 2005
- 33
Hi,
I have a table that has several fields that a number will be input into on the form (based on the table). However I need the last field to calculate a sum of the total input.
For Example.
Field1 = 1
Field2 = 3
Field3 = 1
Field4 = 5 (needs to calculate total of Fields 1 thru 3)
or I can have fields 1 thru 3 on a form, then insert a text box on the form and make the control source do the calculation, however, I still need this total to be in a field in the table. Can I make another field in the table display the value calculated in the box on the form?
However it can be done, I need to do this.
Thanks,
VAD
I have a table that has several fields that a number will be input into on the form (based on the table). However I need the last field to calculate a sum of the total input.
For Example.
Field1 = 1
Field2 = 3
Field3 = 1
Field4 = 5 (needs to calculate total of Fields 1 thru 3)
or I can have fields 1 thru 3 on a form, then insert a text box on the form and make the control source do the calculation, however, I still need this total to be in a field in the table. Can I make another field in the table display the value calculated in the box on the form?
However it can be done, I need to do this.
Thanks,
VAD