I have been asked to repair a database with a few problems.
All of the dates in the database (of about 4000 records)have been entered in a table where the dates are defined as datatype "text" and are in this format "4Jan02". Now they want me to change all of these dates into a format like "01/04/2002" without having to actually go in and retype the dates. I tried to just change the data type from text to date/time but this deleted the dates. I tried changing the input mask and I can't get this to work either. Is there anyway to fix this mess or is it hopeless?
All of the dates in the database (of about 4000 records)have been entered in a table where the dates are defined as datatype "text" and are in this format "4Jan02". Now they want me to change all of these dates into a format like "01/04/2002" without having to actually go in and retype the dates. I tried to just change the data type from text to date/time but this deleted the dates. I tried changing the input mask and I can't get this to work either. Is there anyway to fix this mess or is it hopeless?