i need to type 079 how do i do that with out it going to 79

S

sandrahernand68

how do i type 079 with out it going straight to 79 or with out the need of
typing 0.79 the decimal point.
 
D

Douglas J. Steele

If you're storing it in a numeric field, you can't. 079 and 79 are the same
numeric value.

You can store it in a text field as typed, or you can apply a format to the
numeric field.
 
Top