Although I have been a heavy user of Access I am new to design. I have a simple table "Maintenance" consisting of Parts, Labor and Taxes. I have a form for inputting values and have a "Total" field which is sum of parts, labor and taxes =[Parts]+[Labor]+[Tax]. The formula works fine. However I want a Total Maintenance field which will reflect total maintenance costs. I used sum("[Total]") and got a total but when new records are added the total maintenance does not change.
Any form designed can be based on a table or query, I have no preference but when trying a formula that works I have not been successful. Any help is appreciated.
Gene