Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Case Sensitive Join in Access

Status
Not open for further replies.

KHerm

Programmer
Jan 9, 2001
80
0
0
US
I've searched this site and the web with the subject as the search criteria, and I'm not finding a way to do case sensitive joins in Access. I came close with StrComp but I can't do outer joins that way.

Is it possible to do case sensitive joins in Access in conjunction with an outer join?

Thanks in advance!

Ken
 
I seem to have found the answer myself. In my query I am using this construct in the field:

StrComp([table1].[column1],[table2].[column2],0)

In the 'critia' I put 0

and in the 'or' I put Is Null

I think that got it!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top