Access Replace Function -
i have following access query:
select [city] [patient] replace([patient].[city],' ',' ') 'san d*'
i'm relatively used work data type mismatch in criteria expression.
any ideas?
edit
anyone willing test sql against own data?
is city stored string? if stored number (perhaps fkey table) make sense you're using string operations on it.
edit: note self: stop forgetting null values.
Comments
Post a Comment