I have a table made up of 8 weeks. Each week has its on column with a unique value. I want the final column to be a total for that entire week. How can this be done?
First, you're table structure isn't normalized and this is going to cause you problems in the future. Secondly, you shouldn't store calculated numbers in a table. From your table description, I would guess you are "committing spreadsheet". Suggest you read The Fundamentals of Relational Database Design.
Leslie
Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual
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.