G Guest Sep 24, 2004 #1 how do i type 079 with out it going straight to 79 or with out the need of typing 0.79 the decimal point.
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 Sep 24, 2004 #2 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.
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.