Hello everyone....
I've googled this problem, but I couldn't figure out non of the results that I got, since I'm very very new to Access and also don't know nothing of VBA
My problem is simple,
I have a table with a field called "Score". In this field, users are going to put either "m" or "M" (I dunno why they choose to work with m and M....but that's how it is)
Now I've created a search form, that would run a query based on what's in the form.
In the "Score", users will have to either type "m" or "M" to see how many entries contain either m or M
But when I put m....if gives me all entries.....both m and M
So in the query I need to create a criteria for it to distinguish m's from M's
I've read that access is case insensitive, but can anybody slowly and carefully explain this to me, without it getting too complicated how I can get my way around this problem ?