I have created a calculated control in a form which gives me the total of items purchased. How do I send the total to the underlying table to be saved?
Question:
"How would i go about saving the data in a calculated textbox on a form into a field in a table?
For example, on the form there is =[MatchedPages]+[UnmatchedPages] that I put into a textbox. I now want to store those results in a table with the field titled TotalPages. How would I do this?"
Answer:
"It is a good rule not to store calculated data in a table.
It needlessly takes up space and in some cases may cause invalid results.
Calculated data can be generated anytime on forms, reports and in queries.
This question has come up many times in this forum, and the answer (from the profesionals) is always the same."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.