As the Subject field states... I'm trying to make a field add two other fields together and print the result in that field. How do I go about doing this, if at all possible?
After you create your result field in your table, you could create an update query which would calculate the multiplication or addition of your two data fields and update the result field with the answer.
MUCH better to create it only in the query and not store it in the table. One of the cardinal rules of creating databases is that you avoid storing calculated values in your database whenever possible.
There's a great article on my website, written by Paul Litwin, that explains this rule and the other essential rules to be used when creating databases. It's in the developer's section.
Jeremy =============
Jeremy Wallace
Designing, Developing, and Deploying Access Databases Since 1995
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.