Personal I took an old bank from a client where it has a birth date column that is in the string format and does not date. So far so good so that there are certain dates recorded that do not have 0 in the month or the day when smaller than 10. I need to include the zero where it does not have. Example: Birth = 3/3/1980 need to change to 03/03/1980 how do I do this in the update? Thanks