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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top