F
fishqqq
I have a form which wil calculate the volume weight of a shipment from
cm or inches depending on what the user inputs.
i'm having difficulty figuring out how to automatically determine what
formula the field should base it's result from.
if[Combo229 = "cm" then [text224]=(([Lock L]*[Lock W]*[Lock H])*[Lock
QTY])/6000
"this calculates vol wgt when the user inputs the dims in cm's"
if [combo229] = "inches" then [text224]= (([Lock L]*[Lock W]*[Lock H])/
366
"this calcuates the vol wgt when the user inputs the dims in inches"
I'm certain my formatting is incorrect but i don't know where.
any help is greatly appreciated.
thanks
Steve
cm or inches depending on what the user inputs.
i'm having difficulty figuring out how to automatically determine what
formula the field should base it's result from.
if[Combo229 = "cm" then [text224]=(([Lock L]*[Lock W]*[Lock H])*[Lock
QTY])/6000
"this calculates vol wgt when the user inputs the dims in cm's"
if [combo229] = "inches" then [text224]= (([Lock L]*[Lock W]*[Lock H])/
366
"this calcuates the vol wgt when the user inputs the dims in inches"
I'm certain my formatting is incorrect but i don't know where.
any help is greatly appreciated.
thanks
Steve