I am trying to populate a field with a 5 digit number and when the query runs, it only puts in a 4 digit number. For instance, I want a number to show up as 01457 when the query runs the number actually shows up as 1457. What can I do to make the 0 show up to make it a 5 digit number ? Here is the actual query I am using.
Select Max( EbClock ) + 1, Max( EbClock ) + 1 from Ebase where EbClock < ‘99000’
Any suggestions would be greatly appreciated.
[sig][/sig]
Select Max( EbClock ) + 1, Max( EbClock ) + 1 from Ebase where EbClock < ‘99000’
Any suggestions would be greatly appreciated.
[sig][/sig]