Hello,
I want to join a database of buyers to their purchases. I am joining on a variable called ID. The IDs are a series of numbers and letters. The letters contain different cases. This is an example:
003aBcD
003ABcE
The IDs are unique based on case, so 003Aab and 003AaB are two different people, but Access recognizes them as duplicates. How do I create a join query that matches the buyers to the purchases and groups them based on the proper case sensitive Id? The case difference is not necessarily in the same position of the Id, so I don't think a string function will work; i.e. 003Aab and 003AaB or 003aAb and 003aab.
Thank you.