HenryAnthony
Technical User
Hi,
I need to change all instances of an apostrophe "'" in a text field to "\q". So I am using an update query with the "update to" field being:
SUBSTITUTE([apostext],"'","\q"
I get an error of "Undefined function". Am I wrong in thinking this function is available or do I have to implement it some other way?
Access 2000. Thanks.
I need to change all instances of an apostrophe "'" in a text field to "\q". So I am using an update query with the "update to" field being:
SUBSTITUTE([apostext],"'","\q"
I get an error of "Undefined function". Am I wrong in thinking this function is available or do I have to implement it some other way?
Access 2000. Thanks.