create values in a table from a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I do not understand why the autosums that I have created in a form will not
move over to the table that it is linked to or will not print on a report, it
comes up on the report blank, is there a way to transfer the same info
(calculated cell) from the form into the table? Any assistance would be
greatly appreciated. Thank you
 
Storing a calculated total in a table is redundant and bad design. If one
of the sources of the calculation changes, then your stored total will no
longer be accurate. You can use the same calculation in your reports and
queries as you did in your form.
 
Back
Top