mfaqueiroz
Registered User.
- Local time
- Today, 10:40
- Joined
- Sep 30, 2015
- Messages
- 125
Hey all,
I want to replace the " ' " to blank spaces.
(e.g it's ---> it s"
I tried to write the follow code, but always give me the run-time error 3075, sytanx error in tring in query expression...
Do you know what i'm doing wrong?
thanks
I want to replace the " ' " to blank spaces.
(e.g it's ---> it s"
I tried to write the follow code, but always give me the run-time error 3075, sytanx error in tring in query expression...
PHP:
DoCmd.RunSQL "Update [TableName] set Field1= replace(field1, ''' , '') "
Do you know what i'm doing wrong?
thanks