I have a .txt file that I'm trying to import into access. The import works well and the data comes through just fine except that the only way that I can get the date/time stamp for each record to appear is if I import that field as a text field.
The issue I run into with that is that we need the date/time stamp to be setup as a date/time field so that we can evaluate reporting periods and turnaround time for our contracts/orders.
Now I know there's a way to convert a text field into a date/time field but access doesn't seem to recognize the date/time format in the .txt file.
Here's what it looks like:
2014-02-20 09:44:58.237
So what options do I have to resolve this? Or are there any other approaches I should look into?
Previously we have tried to have the system we receive this from output the data as a .csv file but that proved problematic because the system was setup to automatically seperate multiple contracts (that are tagged to the same change/order request) by a comma and from what I've been told we can't change that.
Travis
Charter Media
The issue I run into with that is that we need the date/time stamp to be setup as a date/time field so that we can evaluate reporting periods and turnaround time for our contracts/orders.
Now I know there's a way to convert a text field into a date/time field but access doesn't seem to recognize the date/time format in the .txt file.
Here's what it looks like:
2014-02-20 09:44:58.237
So what options do I have to resolve this? Or are there any other approaches I should look into?
Previously we have tried to have the system we receive this from output the data as a .csv file but that proved problematic because the system was setup to automatically seperate multiple contracts (that are tagged to the same change/order request) by a comma and from what I've been told we can't change that.
Travis
Charter Media