What version of Access are you using? Can you post the SQL for your join?
I created a quick test in AccessXP (2000 format) and they matched, even with on being lowercase...
=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)
Robert L. Johnson III
MCSA, CNA, Net+, A+
w: rljohnso@stewart.com
h: wildmage@tampabay.rr.com
Depending on how you import yes....or even after import run an update query against your imported data and change all imported data to uppercase...
=======================================
People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. (Calvin from Calvin And Hobbs)
Robert L. Johnson III
MCSA, CNA, Net+, A+
w: rljohnso@stewart.com
h: wildmage@tampabay.rr.com
Some linked tables may be case-sensitive such as DB2 and some DBF, etc. If you don't want to either import into Access tables or update the data in the native tables, you can omit the join and use criteria so your sql would look like:
WHERE UCase(tblA.FieldA) = UCase(tblB.FieldB)
Duane
MS Access MVP
Find out how to get great answers faq219-2884.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.