F
fishqqq
I have a text field that i've set the control property as follows:
=Sum([QTY]) & " pcs - " & " " & [Lock HazStatus] & " at " & [Text10] &
" kgs Actual Wgt"
which returns
6 pcs - Haz at 544.307983398438 kgs Actual Wgt
Is there a way to format the [Text10] value to 2 decimal places?
thank you
Steve
=Sum([QTY]) & " pcs - " & " " & [Lock HazStatus] & " at " & [Text10] &
" kgs Actual Wgt"
which returns
6 pcs - Haz at 544.307983398438 kgs Actual Wgt
Is there a way to format the [Text10] value to 2 decimal places?
thank you
Steve