natesternberg
Registered User.
- Local time
- Yesterday, 22:06
- Joined
- Mar 3, 2011
- Messages
- 11
Hi guys --
I imported a TSV into an Access table. One of the columns was dates, and I set the corresponding table column to "Date/Time." However, Access seems to be treating the column as a string. For instance, in a query, it sorts the column like: 1/1/2001, 2/1/2001, 1/2/2001, etc. So I guess I have a three questions:
1) (most importantly) How can I make Access treat this column as a date and not a string? Can I convert the column "in place" so that it becomes an actual date?
2) Since I'm effectively importing strings from a text file, are there some date formats that import successfully and some that don't?
3) Does this strike anyone else as buggy? I would expect that if a column is set to Date/Time, Access would either treat its contents like a date, or fail to import the data at all...
I imported a TSV into an Access table. One of the columns was dates, and I set the corresponding table column to "Date/Time." However, Access seems to be treating the column as a string. For instance, in a query, it sorts the column like: 1/1/2001, 2/1/2001, 1/2/2001, etc. So I guess I have a three questions:
1) (most importantly) How can I make Access treat this column as a date and not a string? Can I convert the column "in place" so that it becomes an actual date?
2) Since I'm effectively importing strings from a text file, are there some date formats that import successfully and some that don't?
3) Does this strike anyone else as buggy? I would expect that if a column is set to Date/Time, Access would either treat its contents like a date, or fail to import the data at all...