dywaynewatkins
MIS
Ok, I have a form called CustomerInfo
On this form i have a field which calculates and comes to a total ([ADSCI]+[SalesTax])
The name of this field is called TotalMonthly
Now want i want to do is take this total and store in a table called CustomerInfoTbl
but the problem i run into is for the control source i have this
control source:[ADSCI]+[SalesTax]
Now how do also make the control source tell the field where to store the end result?
When i try to make the control source point to the table that i want it stored in, there is no longer any calculations done
Please Help
On this form i have a field which calculates and comes to a total ([ADSCI]+[SalesTax])
The name of this field is called TotalMonthly
Now want i want to do is take this total and store in a table called CustomerInfoTbl
but the problem i run into is for the control source i have this
control source:[ADSCI]+[SalesTax]
Now how do also make the control source tell the field where to store the end result?
When i try to make the control source point to the table that i want it stored in, there is no longer any calculations done
Please Help