
Originally Posted by
JoeM
Are Division, Quantity Ordered and Price/m both or unbound fields?
If the calculations are on done on the Form, that is where they will exist, no where else.
Calculations are never stored on the table level.
If you want your calculations accessible on both a Form and a Report, you may be able to perform them in a query if the fields you are entering the value into are bound to table fields. As long as that query is the Control Source for both your Form and Report, those calculation values from the query will be available for "dropping" on the Form and Report.
Otherwise, you would probably need to recreate the calculations on your Report as well.