I am using CR11 and MS Access.
I have 2 separate user name tables; 1 has full name and the other has short name. Every user has both. I want to find records that have different user names between the two fields to find input errors. Obviously a straight comparison does not work.
Sample data:
How can I select only non-corresponding records?
I have 2 separate user name tables; 1 has full name and the other has short name. Every user has both. I want to find records that have different user names between the two fields to find input errors. Obviously a straight comparison does not work.
Sample data:
Code:
[b]Short name User name[/b]
TinaS Tina Smith
SharonB Sharon Brown
How can I select only non-corresponding records?