MS ACCESS 2007 mass email list?
I know of a way of extracting a table and importing it into OUTLOOK but my boss wants a more efficient way.
Looking for relevant Microsoft Windows Whitepapers? Visit the SearchWinIT.com Research Library.
Itguy1509 | May 1 2008 1:43PM GMT
the method that my boss is looking for is a simple button that he clicks and everything is done for him all he has to do is press send /or write a message. The most important part is that the i get email addresses to auto fill from the database into the compose message.
any help?
Randym | May 2 2008 1:40PM GMT
If you don’t want to use the email group that I mentioned, you could have a field in a table with all the addresses separated by ; and place that into the [TO] parameter of the sendobject method. Or, if you have a table of addresses, you could load a string by looping through a recordset of the table and once you have the string built, place that into the [TO] parameter.