I have a text field that ultimately gets exported to another application. If the User enters 3 consecutive periods "..." Access autocorrect turns them into what appears to be a vertical pipe "|". I need to trap for the occurence of "..." or "|" but have not been successful using InStr. I tried looking for those values and also tried looking for the ascii value with no success. Note, the InStr function does work if looking for 'a' or 'A' as a text value or as ascii value so that is not the problem.
I do not want to change autocorrect as end user may undo that setting.
Any ideas?
I do not want to change autocorrect as end user may undo that setting.
Any ideas?