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
John Spencer - 06 Jul 2006 12:23 GMT
You would use criteria like
Not Like *@hotmail.com
against the field that contains the email address.
> I`m gathering emails from my database for a members mail out, but I need
> to
[quoted text clipped - 3 lines]
> any help would be great
> I am a enrty level user of Access btw