cameron.scrimgeour
09-15-2009, 12:08 AM
Used to using Oracle so not sure how to do this in Access.
I need to change the format of a date and time from...
01/08/2009 12:00:00
to
01-Aug-2009 12:00:00
How can I do this?
Would usually use to_Date in Oracle, but think I need to use something like the following...
FORMAT(#01/08/2009 12:00:00#, 'dd-Mon-yyyy HH:MM:SS')
But this doesnt seem to work right as I get a data type mismatch error.
Help?
I need to change the format of a date and time from...
01/08/2009 12:00:00
to
01-Aug-2009 12:00:00
How can I do this?
Would usually use to_Date in Oracle, but think I need to use something like the following...
FORMAT(#01/08/2009 12:00:00#, 'dd-Mon-yyyy HH:MM:SS')
But this doesnt seem to work right as I get a data type mismatch error.
Help?