D
dotkor
I am trying to make a field in my form to make a calculation of body surface
area. The user inputs height and weight into the neighboring fields
Height: inches Weight: lbs BSA
and i would like then BSA filled in automatically filled using formula:
BSA (m²) = ( [Height(in) x Weight(lbs) ]/ 3131 )½ and then have a cursor
move to the next input field.
Is it possible? I know nothing about VBA programming and this is the only
sophisticated step i have in my form, hardly worth mastering VBA.
Can anyone suggest solution?
Thank you in advance
Dotkor
area. The user inputs height and weight into the neighboring fields
Height: inches Weight: lbs BSA
and i would like then BSA filled in automatically filled using formula:
BSA (m²) = ( [Height(in) x Weight(lbs) ]/ 3131 )½ and then have a cursor
move to the next input field.
Is it possible? I know nothing about VBA programming and this is the only
sophisticated step i have in my form, hardly worth mastering VBA.
Can anyone suggest solution?
Thank you in advance
Dotkor