I have raw data in .csv files which I import into Access daily. The date field contains "5:44pm MON FEB 23, 2009" or "10:01am TUE FEB 1, 2009" (notice the single and double position day number). I cannot sort using this date. So my options are to modify the .csv files with vba (pre import) or modify it on import, or do a post update query to each table (without my data normalized, I have way too many tables to do this on....
).
Any takers on how I should approach this, and some sample code?
Help is much appreciated!
Kurtis
Any takers on how I should approach this, and some sample code?
Help is much appreciated!
Kurtis