Okay… I’ve managed to clean up the vast majority of the incorrect characters except for Ã. I’m trying to use the command
update <table>
set <field> = replace(<field>,'Ã',' ');
but changing the à to what I thought was a space gives me a black triangle. I’ve also tried without the space between the apostrophes but it doesn’t work either.
So, my question is how can I either completely delete the Ã, or how can I change it to a blank space?
Well I’m happy it fixed your problem kmessinger. 🙂 Unfortunately I’m still stuck.
That actually doubles the characters. :/
It still doesn’t work for me sahdow.