Hi everyone,
I have a select query:
“SELECT Claims.CustomerLastName AS [Last Name], Claims.CustomerFirstName AS [First Name], Format([CustomerPostalCode],">@@@ @@@") AS [Postal Code] FROM Claims Where ( [Claims].[CustomerLastName] Like "smith") ORDER BY Claims.CustomerLastName ASC;
When I try to execute the query, MS Access 2002 gives error message “Undefined function ‘Format’ in expression.”
I try to execute the same query in a backup copy of the same database. It works fine.
I have checked the References. The current and the backup databases have the same references.
Does anybody have any ideas?
Thanks,
Surotkin
I have a select query:
“SELECT Claims.CustomerLastName AS [Last Name], Claims.CustomerFirstName AS [First Name], Format([CustomerPostalCode],">@@@ @@@") AS [Postal Code] FROM Claims Where ( [Claims].[CustomerLastName] Like "smith") ORDER BY Claims.CustomerLastName ASC;
When I try to execute the query, MS Access 2002 gives error message “Undefined function ‘Format’ in expression.”
I try to execute the same query in a backup copy of the same database. It works fine.
I have checked the References. The current and the backup databases have the same references.
Does anybody have any ideas?
Thanks,
Surotkin