G
Guest
Please bear with me since I am not much more than a novice at creating
Databases.
I am trying to type an expression into the Control Source in a Text Box in a
Form. The expression is the common formula for the Volume of a Cylinder, V=
pi * D/2^ * L. I have tried simple formulas in the text box and they work
properly, so I think I must have a Syntax Issue.
I have three fields in my table; Diameter, Length and Volume. I type a value
into the Diameter and Length fields and I type my expression in the Volume
field. My expression is typed like this: <<< =(3.1415 *
(([Diameter]/2)^)*[Length]). But, I don't get the required results. As a
matter of fact, the expression is being saved as <<< =([Diameter]/2)*[Length]
I have type the expression in several forms that make sense to me, but none
have worked. Can someone straighten me out in regard to my expression?
Darrell
Databases.
I am trying to type an expression into the Control Source in a Text Box in a
Form. The expression is the common formula for the Volume of a Cylinder, V=
pi * D/2^ * L. I have tried simple formulas in the text box and they work
properly, so I think I must have a Syntax Issue.
I have three fields in my table; Diameter, Length and Volume. I type a value
into the Diameter and Length fields and I type my expression in the Volume
field. My expression is typed like this: <<< =(3.1415 *
(([Diameter]/2)^)*[Length]). But, I don't get the required results. As a
matter of fact, the expression is being saved as <<< =([Diameter]/2)*[Length]
I have type the expression in several forms that make sense to me, but none
have worked. Can someone straighten me out in regard to my expression?
Darrell