Calculated field (control) on (sub)Form

likecricketilovesit

New member
Local time
Today, 11:01
Joined
Aug 25, 2009
Messages
6
Hi there, I'm hoping you wonderful people can help me?!

I've tinkered with this very simple calculated control (Volumetric) on a form but for the life of me cannot get it to calculate correctly.
Volumetric.jpg

=([Length]*[Width]*[Height])/5000
Based on this (36*27*14)/5000 it should be 2.7216 but its 1029.07?

I'm sure it's a very simple and basic error from me but welcome your help as ever, thanks Simon
 
Try making a calculated column in the query instead. Curious if you get something different. Validate all the fields datatype are numeric and not short text.
 
Thanks Majp. I renamed all the table fields which seemed to fix it :)
 

Users who are viewing this thread

Back
Top Bottom