Below function does not work in few machines of Access 2007 version.
SELECT Format([Date],'mmm yy') AS Expr1 FROM table1;
Error message : Format function not exist.
Re-installed Access2007 still same problem.
Please any suggestion.
REgards,
SAM.
SELECT Format([Date],'mmm yy') AS Expr1 FROM table1;
Error message : Format function not exist.
Re-installed Access2007 still same problem.
Please any suggestion.
REgards,
SAM.