G
Guest
When I use the Round fuction in a text box that the number ends up being 20.685 it comes up with 20.68 when it should come up with 20.69. Does anyone know how to fix this?
number ends up being 20.685 it comes up with 20.68 when it-----Original Message-----
When I use the Round fuction in a text box that the
Format(20.685,"#,##0.00")
With a text box control you could also just set the Format
property to 'Standard', and DecimalPlaces property to 2.