I am working with an Access 2000 front-end linked to an Oracle back-end. One of the fields is foramated as "7/9/2006 3:41:01 PM". In my query I am using the SQL "Format([R6T_QVLOG].[QVL_COMPLETE_DT],"Short Date") AS NewDate" to format to a useable date.
However, this newly formatted date is not working because it sorts 7/9/06 as a greater date than 7/10/06, and misses some dates.
It seems as though the Access format function does not properly re-format the Oracle format. Any suggestions?
However, this newly formatted date is not working because it sorts 7/9/06 as a greater date than 7/10/06, and misses some dates.
It seems as though the Access format function does not properly re-format the Oracle format. Any suggestions?