Format a txt box.
Textbox2.text = format(cdbl(Textbox1.Text),"#0.00")
--
Regards,
Tom Ogilvy
"JT" wrote in message
...
Users enter info in a text box; which is later displayed
in a second text box. One of the text boxes is for
amounts.
Currently, if they enter 10, that is how it is displayed
in the second text box. Is there an easy way to ensure
that amounts are always displayed with 2 decimal points in
the second text box (10.00)?
Thanks for the help
|