I have a form that shows Length, width, height and weight.
I have the form set up like this:
Length x width x height / 1728 = cubic feet
Weight / cubic feet = lbs per cubic foot
Now I want to add another field that will give me one of three answers, depending on the lbs per cubic foot.
under 22.5 lbs per cubic foot = 70
22.6 - 30 lbs per cubic foot = 65
31 and over lbs per cubic foot = 60
Not sure if I need to create a query to get this right.
Any help would be greatly appreciated!