I have a text file created by another program that I have imported into MS Access 2003. The date & time fields are split into 3 seperate fields and I would like to create 1 date/time field. Here is an example of the data:
YEAR,DAY_NUMBER,TIME
2002,231,223405
2004,117,000000
YEAR: The year in YYYY format
DAY: The day of the year. e.g. 001 would represent 1st of January; 034 would be the 3rd of February
TIME: The time in HHMMSS
How do I create an additional field with the corresponding date/time value? Thanks in advance.