Saucepan Posted July 25, 2006 Posted July 25, 2006 ive got an import table in my database that imports the emailadresses and subjects from my regular email program. now i want to check and screen some mails that i really dont need to add to my database. lets say i dont want any mails containing the word "free" in the adressfield, i just want the database to automaticly delete that record. ive got one table with all the words i want to screen for, another with the unedited mails which i import into, and lastly a table into which im going to stick the edited mails. the problem in having is that i cant figure out how to search for the unwanted words in a smart way. what i want to do is something like: If[email::email ; Contains "free"; delete; store] make any sence?
Inky Phil Posted July 25, 2006 Posted July 25, 2006 Look up the'PatternCount()' function in your help files
Saucepan Posted July 25, 2006 Author Posted July 25, 2006 huh! the more you know i guess... this seems like something i could use, thanks!
Saucepan Posted July 25, 2006 Author Posted July 25, 2006 kinda related followup... when im importing the mails i do that from a big excel file. is there anyway to use the same method to check (and screen) for duplicates there? i dont want to import the same mail twice...
Recommended Posts
This topic is 6688 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now