I have an address database and when I save it as a .csv file the leading zeros in the zip code column disappear. I know that I can format it as text, but when I resave it and reopen it, because its .csv it loses the format.
I think I need to change the column from integer to character, but I...