Hello friends,
I need your advise on a lower/upper case issue i am having on my access db.
Entries in the table appear as a mixture of cases, e.g. "john", "John", "joHn". Now, when i run my queries, it doesn't these entries as the same value even though they are. I.e. It thinks those entries are three different people.
Please Note: I have no control over the table and data in it. Sensitive info in there. I am only able to select.
1. lcase/upper functions cannot be applied on my sql statements, as i am simply selecting (not updating). So if i use lcase it simply selects only the entries in lowercase.
Or do you know of any other way?
2. I have put ">" (Without Quotes) in to the Format Option, under the General Tab when viewing the Table in Table Design View.
Still no luck.
Do you have any more suggestions on how to grab this data accurately?
I need your advise on a lower/upper case issue i am having on my access db.
Entries in the table appear as a mixture of cases, e.g. "john", "John", "joHn". Now, when i run my queries, it doesn't these entries as the same value even though they are. I.e. It thinks those entries are three different people.
Please Note: I have no control over the table and data in it. Sensitive info in there. I am only able to select.
1. lcase/upper functions cannot be applied on my sql statements, as i am simply selecting (not updating). So if i use lcase it simply selects only the entries in lowercase.
Or do you know of any other way?
2. I have put ">" (Without Quotes) in to the Format Option, under the General Tab when viewing the Table in Table Design View.
Still no luck.
Do you have any more suggestions on how to grab this data accurately?