G
Guest
I am performing a simple addition calculation in my form, adding up the
quantity that each store wants for each item
eg.)
Store AAA ; Store BBB
Item One = 2 ; Item One = 3 ; ITEM ONE Total = 5
Item Two = 4 ; Item Two = 0 ; ITEM TWO Total = 4
The numbers 2, 3 were entered manually into the form and then the form
totals all the quantities for Item 1 and gets 5. Then it adds the manually
entered 4 and 0 and gets 4 for the total.
The problem is that I need these totals to be stored back into my main table
so I can use them for other forms, query's and reports. The manually entered
numbers are stored properly since in the "Properties-> Data-> Control source"
is the proper location for the entered values to be stored; but when doing
the calculated totals above I could only get the totals to be added by
putting my formula into that same "Control Source" box, thus it has no place
to store the result.
So is there any way to actually store these numbers back to my table with
the rest of my data? I think if I could find somewhere else to put the
formula in, or else some other place to input the location to store the data
it would work.
Another alternative I figure should work, but I could not figure out was, if
I could just put the formula directly in my table and do the calculations
there, instead of the form, everything would also work out.
I really need help ASAP as this is for my work.
Thanks for any help you can provide.
quantity that each store wants for each item
eg.)
Store AAA ; Store BBB
Item One = 2 ; Item One = 3 ; ITEM ONE Total = 5
Item Two = 4 ; Item Two = 0 ; ITEM TWO Total = 4
The numbers 2, 3 were entered manually into the form and then the form
totals all the quantities for Item 1 and gets 5. Then it adds the manually
entered 4 and 0 and gets 4 for the total.
The problem is that I need these totals to be stored back into my main table
so I can use them for other forms, query's and reports. The manually entered
numbers are stored properly since in the "Properties-> Data-> Control source"
is the proper location for the entered values to be stored; but when doing
the calculated totals above I could only get the totals to be added by
putting my formula into that same "Control Source" box, thus it has no place
to store the result.
So is there any way to actually store these numbers back to my table with
the rest of my data? I think if I could find somewhere else to put the
formula in, or else some other place to input the location to store the data
it would work.
Another alternative I figure should work, but I could not figure out was, if
I could just put the formula directly in my table and do the calculations
there, instead of the form, everything would also work out.
I really need help ASAP as this is for my work.
Thanks for any help you can provide.