remove Hotmail emails from a query

N

Nath

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
 
J

John Spencer

You would use criteria like

Not Like *@hotmail.com

against the field that contains the email address.
 
Top