I have the following Access query:
SELECT [city]
FROM [patient]
WHERE REPLACE([patient].[city],' ',' ') LIKE 'San D*'
I'm relatively certain this used to work but now I get Data type mismatch in criteria expression.
Any ideas?
EDIT
Anyone willing to test the sql against their own data?