Distinguish between upper case and lower case

J

Johnny Romper

I have a list of two character codes. For example, Fx and fx. How do I make
access treat these codes as unique?
 
K

Ken Snell [MVP]

Jet database engine does not differentiate based on case; neither does
ACCESS VBA. What you seek to do could be very dangerous unless you always
remember to use your own comparison routines everywhere in the database!

That said, check out the StrCompare function (see Help file).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top