The DB I have to work with has 2 fields (among other) "fldSTIME text(8)" and "fldSDATE DateTime"
Now, I need to sort the records based on the date which works fine however I'd like to sort it by the fldSTIME as well, where the fldSTIME gets converted to time and attached to the fldSDATE.
The fldSTIME has values like '10:25 AM' OR '11:05 PM'. So the final sort query would hold a valid date time value assembled from the fldsDATE and fldSTIME.
Is it even possible ? Thanks in advance.
Now, I need to sort the records based on the date which works fine however I'd like to sort it by the fldSTIME as well, where the fldSTIME gets converted to time and attached to the fldSDATE.
The fldSTIME has values like '10:25 AM' OR '11:05 PM'. So the final sort query would hold a valid date time value assembled from the fldsDATE and fldSTIME.
Is it even possible ? Thanks in advance.