473,388 Members | 1,499 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Email distribution list

Does anybody know how to create a email distrubution list in ms Access
thanks
Nov 12 '05 #1
4 17080
mi*******@hotmail.com (michiel) wrote in message news:<48**************************@posting.google. com>...
Does anybody know how to create a email distrubution list in ms Access
thanks


Yes.

Oh, you mean you wanted an answer other than yes or no?

Recipient----(1,M)--MemberOfGroup---(M,1)---Group Then just use a
query to retrieve all the members of the group, loop through the
recordset, append all values to a text string, pass to your e-mail
program, and you're done. Cinch.
Nov 12 '05 #2
pi********@hotmail.com (Pieter Linden) wrote in message news:<bf**************************@posting.google. com>...
mi*******@hotmail.com (michiel) wrote in message news:<48**************************@posting.google. com>...
Does anybody know how to create a email distrubution list in ms Access
thanks


Yes.

Oh, you mean you wanted an answer other than yes or no?

Recipient----(1,M)--MemberOfGroup---(M,1)---Group Then just use a
query to retrieve all the members of the group, loop through the
recordset, append all values to a text string, pass to your e-mail
program, and you're done. Cinch.


This is a bit to fast for me. Can yoou explain a bit more?
Nov 12 '05 #3
mi*******@hotmail.com (michiel) wrote in message news:<48**************************@posting.google. com>...
pi********@hotmail.com (Pieter Linden) wrote in message news:<bf**************************@posting.google. com>...
mi*******@hotmail.com (michiel) wrote in message news:<48**************************@posting.google. com>...
Does anybody know how to create a email distrubution list in ms Access
thanks


Yes.

Oh, you mean you wanted an answer other than yes or no?

Recipient----(1,M)--MemberOfGroup---(M,1)---Group Then just use a
query to retrieve all the members of the group, loop through the
recordset, append all values to a text string, pass to your e-mail
program, and you're done. Cinch.


This is a bit to fast for me. Can yoou explain a bit more?


This is really simple. Think of Outlook. You have Contacts and they
can all have addresses. You can create Distribution Lists, which are
just named lists of Contacts. So the "relationship" is something
like:

Contact ---1,M---DistributionListMembership---M,1---DistributionList

(each contact can belong to one or more Distribution Lists, and each
DL can contain one or more contacts.)

So when you want to mail something to a group of people, you choose
the Distribution List... and it pulls all the addresses and resolves
them for you. But this is the part you'd have to do. Then you'd have
to do the concatenating fun... There's code at www.mvps.org to do
that. Look up fConcatChild. That would give you a semi-colon
delimited list, and you could use it as a recipient list for your
e-mail. If you're using Outlook, you could just skip that and append
the members of the list to the Recipients collection of the message
you're sending.

olkMessage.Recipients.Add rs!EMailAddress

....
olkMessage.Send
Nov 12 '05 #4
TR
Look at Micrsoft Knowledgebase article Q178787
http://support.microsoft.com/default...b;en-us;178787

for code to create distribution lists using Active Messaging reference.
The code will need editing to be truly useful. I was able to get it to
work ok in Access 2002.
michiel wrote:
Does anybody know how to create a email distrubution list in ms Access
thanks


Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: egelendu | last post by:
How to create email distribution list in yahoo mail?
1
by: Dave | last post by:
Using Outlook2k on Win2k/XP, is there a way to produce the addresses that make up an Outlook Distribution List?
1
by: M Stery | last post by:
I'm confused about the best way to accomplish this. Master Access db holds email addresses for a variety of job titles. Personnel holding those job titles and email addresses change all the time in...
1
by: raghuveer.v | last post by:
Hi, We have a distribution list in our company's outlook address book (exchange server) that has the alias "domain.division" People with the rights to send broadcast mails use this alias in...
2
by: tthomas | last post by:
Greetings, I am using CDO.Message to send email messages from my application. I now need to send email to existing distribution lists in our Global Address List. However, our exchange server...
0
by: Leighroy | last post by:
:confused: I am currently working in GoLive and need to know how to set up a distribution list. What I need to happen is, people enter their email address and hit the submit button. When doing...
5
by: isetea | last post by:
Hi, I have a module, which contains a SendEmail Function. In the MailSendItem I want to enter an Outlook Distribution List as the ".To". But it's not going to work. I can only enter complete email...
3
by: chiinook | last post by:
I have built a fairly simple database to manage contact information for about 300 clients. Some of these have requested that I send them our publications by email rather than post. I have created a...
0
by: timr30017 | last post by:
For days now I've been trying to create a Distribution List in Outlook from my VB.net app. I can create one but I cannot put any members in it because there seems to be no way to define and create a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.