Answered
How to get an exact match
How do you get a SELECT statement to look for an exact match
when comparing strings ?
For example, SELECT name FROM table WHERE name="Jim"
returns records even if the name field is "JIM". I need an exact match. im using MS Access for database
For example, SELECT name FROM table WHERE name="Jim"
returns records even if the name field is "JIM". I need an exact match. im using MS Access for database
