hi dhookom,THat query works!! :D
THey are sybase tables.
I have other queries in the db. Can you take a look at this also? This is the major query.
SELECT DISTINCT qryNYSPerson.ownerEmail, IIf([LastName],[FirstName] & " " & [LastName],qryNYSPerson.ownerEmail) AS Name...
Hi Golom :) Thanks.
I have entries like "john", JoHN", "John".
There are 11 total john entries in the db (irrespective of cases).
1. I run this:
SELECT dbo_wc_event.*
FROM dbo_wc_event
WHERE (((dbo_wc_event.ownerEmail) Like "john") AND ((dbo_wc_event.date)>#1/1/2006#));
I get 3 records...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.