I created four fields in a table, I also added a total field. How can I total the previous four fields without having to run a query? Is there a way to do so, perhaps in the design view of the table
As a principle you should NEVER enter a calculated field into a table.
If for any reason any of the components change then the store field is incorrect.
If you want to show the calulated or concatenated field on a form or report then apply the code at runtime..
If you need more help let me know
Frank J Hill
FHS Services Ltd.
frank@fhsservices.co.uk
That's what you are suppose to do. Run that formula in a query whenever you need the total. You don't store the total in your table.
Just from this brief glimpse of your structure, your table is NOT normalized at all. If you can change your structure, you should seriously consider it, your queries are just going to get harder and harder to design to get the data you want if you don't correct the structural issues.
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.