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.
 
Back
Top