I am not much of a programmer but I have a requirement to export an Access 2013 table query to XML and i need to be able to replace all the invalid XML characters before I can export it. How can I do a table wide find and replace for these.
For instance:
& needs to be replaced with &
< needs...