This Access tutorial explains how to perform case sensitive join table, such as case sensitive inner join and case sensitive left join.
You may also want to read:Access
StrComp Function to Compare text (case sensitive comparison)
Access Case Sensitive Join Table
In Microsoft Access, comparison of text is not case sensitive. For example, Access considers "AAA" and "aaa" are the same. To compare String in Expression, please refer to my previous post about how to use StrComp Function. The m...
Read More