I would like a simple way to verify that data has been entered as required in a text box. Specifically, I need the user to enter a number in the form #.## (for example, 2.59 or 3.41 and not .23 and not 2.5 and 6). I would also like to display the entered data in the same #.## form. So if the user enters 2.3, I can convert it and display it as 2.30.

I believe there is a Format function that can be used with strings. Does anyone have any examples they could share?

thanks..........BluesMatt