I have a problem that I need help with.
I have imported data into a access table from another application. There are several date-times stored in the table. In all them the date-time consist of two fields one for the date in yyyy-mm-dd format in a string field, and the time in another field with a string looking like HH:MM:SS. I am pulling this data with a make table query from a linked ODBC database. For example if I look at start date, it will be in two fields "startdate" (formatted as yyyy-mm-dd) and "starttime, (formatted as hh:mm:ss") I would like to change this data to a single field datetime format for access, I will be needing to use this data along with the other date and times to calculate date and time differences. I would like to do the conversion when I first bring the data in to the access table. Any help?
Dave
I have imported data into a access table from another application. There are several date-times stored in the table. In all them the date-time consist of two fields one for the date in yyyy-mm-dd format in a string field, and the time in another field with a string looking like HH:MM:SS. I am pulling this data with a make table query from a linked ODBC database. For example if I look at start date, it will be in two fields "startdate" (formatted as yyyy-mm-dd) and "starttime, (formatted as hh:mm:ss") I would like to change this data to a single field datetime format for access, I will be needing to use this data along with the other date and times to calculate date and time differences. I would like to do the conversion when I first bring the data in to the access table. Any help?
Dave