D
DP
Hi all -
I have recently redesigned a database that I inherited.
There is a particular field that has to display as 4
digits, with leading 0s. If I set the field as Long
Integer and set Format as 0000, I can get it to work and
display correctly BUT - when the user wants to type in
part of a number, it puts the 0s at the end.
Example:
Item number is 0001
User tries to type in just "1", and the result is 1000.
Suggestions?
Thanks - DP
I have recently redesigned a database that I inherited.
There is a particular field that has to display as 4
digits, with leading 0s. If I set the field as Long
Integer and set Format as 0000, I can get it to work and
display correctly BUT - when the user wants to type in
part of a number, it puts the 0s at the end.
Example:
Item number is 0001
User tries to type in just "1", and the result is 1000.
Suggestions?
Thanks - DP