cleanair4me
Technical User
- May 16, 2008
- 61
I am trying to figure out what the last part (firstname & '' = '') of the query in my Access 2000 SQL is doing:
Please advise.
Code:
select * from tableOne where firstname <> ''
and firstname & '' = ''
Please advise.