I am trying to get access to put in a date, however it has to be in a crazy format
23-AUG-2013
is this a built in format for access?
I am trying to get access to put in a date, however it has to be in a crazy format
23-AUG-2013
is this a built in format for access?
Have you tried using the Format() function?
Sorry all, found it
Format(Date,"dd-mmm-yyyy")