I have a form that has a text control that calculates a variance as:
=[Grp_Install_TAT]-[txt_Hrs_48]
I have set that text box's decimal places propery to 2.
However, the decimal place value goes as large as the box is. It doesn't appear to work. Any suggestions?
btw, trying to avoid having to write the Format function into the formula if possible..
Thanks for any suggestions..
=[Grp_Install_TAT]-[txt_Hrs_48]
I have set that text box's decimal places propery to 2.
However, the decimal place value goes as large as the box is. It doesn't appear to work. Any suggestions?
btw, trying to avoid having to write the Format function into the formula if possible..
Thanks for any suggestions..