Thank you for this info! Just one question, since the field currently has 10 characters in it, i.e. 2014123456, and there are 6 characters after the original 2014 should the formula be:
Left([field],4) & "00" & Mid([field],6)
Just want to make sure I get this right this time! :)
Thank you...