Hi Guys and Gals.
I am very new to access ( 3 weeks )but for a lot of things it seems pretty easy for the basic things I have been doing and Microsoft has set us up to win... However I have a text file that I have to add to my DB every day with a date in this format AUG-28, now I can import this into access as text, and after its in the new table I can change it to a date/time field and this works fine. Another option Is to import the txt file into excel first fix the formating and then upload it to access. These methods seem to be more cumbersome than they should be.
I need to import the file with different options or automate a conversion to date after the import. I am hoping that there is a better way to import the file so that the date is a date field because looking at the cdate function looks daunting at the moment. Here is a sample of the text file and how i need it separated.
462 |Truck |25-AUG |17:44 |1480-7S-57284 |Grease |12 704 |11703 |13997
105 |Shovel |25-AUG |23:41 |0850-07-7990 |Grease |25 705 |8788 |10480
107 |Shovel |25-AUG |07:26 |1480-7S-57284 |AW46 |15 705 |8714 | 8946
|
I would appreciate any help, I am really enjoying using access so far but this issue is starting to feel like 3d chess, if only I could look at it from the right angle it would be simple.
thank-you
Rody
ps:
I tried the search function and there are a lot of threads about converting txt to datetime and most use cdate but I did not understand how to use them.