How do I set up a query returning people WITHOUT e-mail addresses?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a query in Access that will return members from our
database that do NOT have e-mail addresses. Any suggestions as to how to go
about doing this?
 
I am trying to create a query in Access that will return members from our
database that do NOT have e-mail addresses. Any suggestions as to how to go
about doing this?

Depends on where the EMail addresses are stored. Roger's answer (a
criterion of IS NULL) is the right way if you have an EMail field in
the Members table; an Unmatched Query Wizard will work if you have a
separate table of email addresses.

John W. Vinson[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

Similar Threads


Back
Top