georgepatotk
Well-known member
i am having a DATE field and a TIME field.
For comparison purposes, i need to combine DATE and TIME into DATETIME.
Can anyone show me how? thanks.
I want something like
SELECT RCDATE & RCTIME FROM tblRC
where RCDATE & RCTIME equavalant to DATE field and TIME field.
For comparison purposes, i need to combine DATE and TIME into DATETIME.
Can anyone show me how? thanks.
I want something like
SELECT RCDATE & RCTIME FROM tblRC
where RCDATE & RCTIME equavalant to DATE field and TIME field.