Greetings - I am wanting to use the replace function in access vba to replace all single quotes with null. I have this syntax, but compile error.
Code:DoCmd.RunSQL "update [Vendorlist] set [jobdesc] = replace([jobdesc], "'", "") where [jobdesc] like "*'*";"