remove Hotmail emails from a query

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

Guest

I`m gathering emails from my database for a members mail out, but I need to
filter out any emails that contain "@hotmail.com" as these emails are not
accepted by Hotmail when I send out info via Worldcast(bulk email program)

any help would be great
I am a enrty level user of Access btw
 
You would use criteria like

Not Like *@hotmail.com

against the field that contains the email address.
 

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