I'm trying to run a simple query (MS Access 2007) where I need to format the date column to a short date.
My expression is returning an error "Undefined function 'Format' in expression". I don't understand the issue since this is how I've always done it in Access vs 2003. Has the syntax changed? Below is the expression I have in my query grid.
Expr1: Format([CREATE_DATE],"mm/dd/yyyy")
My expression is returning an error "Undefined function 'Format' in expression". I don't understand the issue since this is how I've always done it in Access vs 2003. Has the syntax changed? Below is the expression I have in my query grid.
Expr1: Format([CREATE_DATE],"mm/dd/yyyy")