hi,
I have 2 different fields, both datetime, but 1 contains the date, the other the time.
eg
01/01/01 hh:mm:ss and dd/mm/yy 10:00:00
how do i concatenate the date side of the first column, and the time side of the second column into 1 column?
i have tried the & and the + functions, as well as the right and left functions, but i think i dont have the correct syntax.
Within the SQL itself how do i concatenate both the fields into 1 column?
I know there is a simple way of doing this, but as yet am comin up with lots of errors.
Thanx 4 ur help
a
;-)
I have 2 different fields, both datetime, but 1 contains the date, the other the time.
eg
01/01/01 hh:mm:ss and dd/mm/yy 10:00:00
how do i concatenate the date side of the first column, and the time side of the second column into 1 column?
i have tried the & and the + functions, as well as the right and left functions, but i think i dont have the correct syntax.
Within the SQL itself how do i concatenate both the fields into 1 column?
I know there is a simple way of doing this, but as yet am comin up with lots of errors.
Thanx 4 ur help
a
;-)