Is there a Customer Number Type that will insert a specified number of trailing spaces (null characters)? Kinfd of like the Custome Number Type 00000 will insert leading zeroes for the balance of a 3 digit number.
In other words, I will type in 12345 and have it format to:
12345 <null><null><null>
or type in 123456 and have it format to:
123456<null><null>
Bookmarks