Just 1 more question!!
How do i format a text box to display a number as two decimal places even if the number is input like this ##.##########
Thanks
Claire
Printable View
Just 1 more question!!
How do i format a text box to display a number as two decimal places even if the number is input like this ##.##########
Thanks
Claire
If you are binding a field to the text box you can adjust the data format property to handle this. If not, you will need to change the value before you load it into the text box.