Not Equal to Criteria

  • Thread starter Thread starter John Gavin
  • Start date Start date
J

John Gavin

I'm stumped. I added a text field to my membership database
(Access 2000) and placed a d in all of the member records
who have not renewed. Using the simple query wizard I put
in the pertinent fields from the table, then specified Not
d which should have pulled up every record without a d.
When I ran the query it only brings up one record and that
record is blank. If I change the criteria to "d" and run
it, it will pull up all records that have the d just fine.
But I need to pull everything up that dosen't have the d so
I can make mailing labels. I tried <>"d" also, same story.
Any ideas? Thanks!
 
I'm stumped. I added a text field to my membership database
(Access 2000) and placed a d in all of the member records
who have not renewed.

Into what field did you put the d? Is it a one-byte text field used
just for this purpose, or are you adding a d to other existing text in
a field?

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 
It's a one-byte text field used just for this purpose. I
tried Ken's suggestion of Not Like "d" but it didn't work
either.
 
Can you post the properties of this text field? And post the SQL statement
that works (finds "d")?

--

Ken Snell
<MS ACCESS MVP>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top