D
David Whitson
Can anyone explain why I can't use the Replace() function
in ADO using the JET 4 PROVIDER but I can use the same
SQL statement in Access 2002? I get a 80040E14 error -
Undefined function 'Replace' in expression.
SQL Example: Select sDesc From Lookup Where Replace(trim
(lcase(sDesc)),chr(32),chr(0)) = 'testitem'
in ADO using the JET 4 PROVIDER but I can use the same
SQL statement in Access 2002? I get a 80040E14 error -
Undefined function 'Replace' in expression.
SQL Example: Select sDesc From Lookup Where Replace(trim
(lcase(sDesc)),chr(32),chr(0)) = 'testitem'