I've been all over the web for quite a few hours now, and I'm really close to solving this. But I cannot put all the pieces together on this one, and there is not ONE source which has a complete solution on how to do this. Unfourtunately, I'm still pretty new at Access, and this doesn't seem that difficult, but it still eludes me. Here's the problem:
I import a TXT file with a column that has a date. The date is formated YYMMDD, so 130115 would be 1/15/2013. The column can honestly be in text or number format, I'm not sure which to start from to make it easier, so assume it can be in either for the sake of the simplest solution. I want to make an UPDATE query that takes this column and creates a NDATE column with the date formatted correctly as 1/15/2013.
Pretty simple, but so far I have not found a complete SQL UPDATE query code that does this.
given field old_date (text or number formated) containing 130115, how do I make column new_date as a date field containing 1/15/2013?
Please and thank you, and thank you from the future newbs as myself who will find this someday! hehe