I'm working on a new Access program and I have recieved a bunch of tables from the programmer that worked on the previous version of the program. Some of the tables contain the Social Security numbers in a column and the SSN is formatted in a different way than the way it is in my program. His format has a "0" in front of the SSN. So if the SSN is "333-45-6789" he has it in the table as "0333456789". In my tables it is formatted as "333-45-6789". Now I could delete the zero manually from each SSN in his table and then just copy everything into my table but it would take forever considering there are over 4,000 rows in the table. Is there any simple and quick way to do this?
Last edited by a moderator: