A
alex
Hello,
using Access '03...
I have a form with two textboxes. One for entering a number and one
for displaying a number.
I'm trying to format them to display the exact number as it's
entered. I've tried adjusting the format, but it's not working.
For example:
I enter 9.5 and the textbox displays 9.50. I could use #.0 in the
format box, but then if I enter 5.75, it will truncate or round.
Also, I'd like .5 to be displayed as .5 and not 0.5.
For some reason my table will display/hold 9.5 as 9.5, it's just my
form. The table datatype is single.
thanks,
alex
using Access '03...
I have a form with two textboxes. One for entering a number and one
for displaying a number.
I'm trying to format them to display the exact number as it's
entered. I've tried adjusting the format, but it's not working.
For example:
I enter 9.5 and the textbox displays 9.50. I could use #.0 in the
format box, but then if I enter 5.75, it will truncate or round.
Also, I'd like .5 to be displayed as .5 and not 0.5.
For some reason my table will display/hold 9.5 as 9.5, it's just my
form. The table datatype is single.
thanks,
alex