eTom
Registered User.
- Local time
- Today, 09:40
- Joined
- Oct 15, 2009
- Messages
- 79
I've built a simple complaint tracking system, and part of the data collected is a tracking number. With the year turning over to 2010, the first digit is now a zero. This zero gets dropped when entering, and one some products that end up with two leading zeros, our tracking number loses two out of the five digits.
Is there any way to prevent this and force this particular field to keep a minimum of five digits, regardless of leading zeros? It's currently a Long Int, but if I convert it to a string will it still be sortable the same for all my reports and such?
Thanks,
eTom
Is there any way to prevent this and force this particular field to keep a minimum of five digits, regardless of leading zeros? It's currently a Long Int, but if I convert it to a string will it still be sortable the same for all my reports and such?
Thanks,
eTom