I have a field that is formated to 6 digits length example 123456 some numbers in the table are five digits length example 12345, how can I make 12345 look like 012345 my idea is to insert a zero for all numbers that are five digits length, but I need to do this in VB anybody can help. Thanks guys.