UBcollegeboy
New member
- Local time
- Yesterday, 16:31
- Joined
- May 27, 2008
- Messages
- 4
Ok so I have a text box called Weight (Kg) and I want to put another text box in the footer to add all of the Weight (Kg). So I put the text box down there and in the control source i put =Sum([Weight (Kg)]), however when I switch to form view it shows a #Error. Now I change that to datasheet view, because I was in continuous form and the sum function doesn't even work. Everything else works, the average works, the count works but when I try to add it it doesn't work. These are just normal numbers like 25.1, 24.4, etc. I am seriously puzzeled to why it doesn't work when it works perfectly fine on another database.