dukhunter99
New member
- Local time
- Yesterday, 20:51
- Joined
- Aug 7, 2012
- Messages
- 1
I am very new at Access and have a BIG problem. We use a access database to manage ID cards. The old company (we fired) created a access database with dates as actual "text" instead of "date" fields. Our new program uses access database but does not except the text string for a date. I need to convert the date as a text string to a date field. When I change the field in the table from text to date, it deletes all the entries. That is very bad as there are over 2,000 entries.
The format of the current text date string is 6 characters and displays as this: 020612
02 = Month
06 = Day
12 = Year
I need to convert this text to a date field with proper format of 02/02/2012. How do I do this in access without having to manually change every date before changing the field from "text" to "date" and erasing all current entries. I am very new at this and would really appreciate any help!
The format of the current text date string is 6 characters and displays as this: 020612
02 = Month
06 = Day
12 = Year
I need to convert this text to a date field with proper format of 02/02/2012. How do I do this in access without having to manually change every date before changing the field from "text" to "date" and erasing all current entries. I am very new at this and would really appreciate any help!