jesusoneez
IT Dogsbody
- Local time
- Today, 23:00
- Joined
- Jan 22, 2001
- Messages
- 109
I have a large database (so large in fact that it should probable be converted to a SQL backend), that was developed a few years ago. The tables import data from CSV files generated by our mainframe. This data contains dates (in the format "YYYYMMDD", so Jan 1st 2001 for example, would look like "20010101").
Not knowing at the time that I could import dates in any format I desired, I set the tables to import these dates as an 8 digit text string. Which is fine...until I need to use the dates as dates!
I've tried converting them to Date/Time fields and putting a format in of "yyyymmdd", to no avail. Access simply empties out the date field in all my records. I realise that Access is not seeing the text as "numbers" so this is probably why it's having a problem converting.
Can anyone suggest anything?
Hope I've made this reasonably clear!
JOE
Not knowing at the time that I could import dates in any format I desired, I set the tables to import these dates as an 8 digit text string. Which is fine...until I need to use the dates as dates!
I've tried converting them to Date/Time fields and putting a format in of "yyyymmdd", to no avail. Access simply empties out the date field in all my records. I realise that Access is not seeing the text as "numbers" so this is probably why it's having a problem converting.
Can anyone suggest anything?
Hope I've made this reasonably clear!
JOE