jesusoneez
IT Dogsbody
- Local time
- Today, 20:25
- Joined
- Jan 22, 2001
- Messages
- 109
Mile-O-Phile was kind enough to help me with a related problem regarding converting a Text field into a Date/Time field (format "YYYYMMDD").
This has led to the problem that now the field is Date/Time, the txt file that I try to import into this table won't work as "YYYYMMDD" isn't a default Date/Time format. The import fails.
So, how do I tell Access the Date/Time format is "YYYYMMDD" before the data is imported, thus allowing the import to happen?
I'm thinking some like;
Format[MyDate], "YYYYMMDD"
but I don't know physically where I'd place this function (which tends to be my problem half the time!).
Regards,
Steve
This has led to the problem that now the field is Date/Time, the txt file that I try to import into this table won't work as "YYYYMMDD" isn't a default Date/Time format. The import fails.
So, how do I tell Access the Date/Time format is "YYYYMMDD" before the data is imported, thus allowing the import to happen?
I'm thinking some like;
Format[MyDate], "YYYYMMDD"
but I don't know physically where I'd place this function (which tends to be my problem half the time!).
Regards,
Steve