K
Ken F
I have a text file that I am importing into Access and two of the fields are
Julian dates (downloaded from mainframe). I have imported these as strings
into an Access table and would like to convert these to regular dates.
Following is an example:
"2006015" convert to date format 1/15/2006.
I understand I can convert the Julian to a number and then INT(2006015/1000)
to get the year but what about the days?
I would like to do this in a simple query on the fly. I understand how to
convert from regular dates to Julian but what about the other way... Thanks
for you help
Ken
Julian dates (downloaded from mainframe). I have imported these as strings
into an Access table and would like to convert these to regular dates.
Following is an example:
"2006015" convert to date format 1/15/2006.
I understand I can convert the Julian to a number and then INT(2006015/1000)
to get the year but what about the days?
I would like to do this in a simple query on the fly. I understand how to
convert from regular dates to Julian but what about the other way... Thanks
for you help
Ken