In some projects where I work, folks copy/paste values into database text fields, and Access doesn't seem to have a problem with even odd characters that apparently come form copy/pasting from scanned documents. Well, SQL Server does take issue with the characters, but I have no way of guessing where those characters might be.
I'd like to do one or a combination of the following:
1. List out any fields and values (and maybe the UniqueID field to help locate it) for anything that is not an ASCII character.
2. List all character types found in the table, so at least I can get a starting place as to what to look for
3. Maybe something else I'm not thinking about??
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
I'd like to do one or a combination of the following:
1. List out any fields and values (and maybe the UniqueID field to help locate it) for anything that is not an ASCII character.
2. List all character types found in the table, so at least I can get a starting place as to what to look for
3. Maybe something else I'm not thinking about??
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57