R
Robert_DubYa
I would like to populate an email distribution string from an existing table.
With this I mean I want to send a query to a list of email addresses in a
table. I know how to send the output of a query out if the distribution is
"hard coded" (meaning I write the address into the code). Any ideas on how
to use a table to get the addresses? I was going to use a list box and loop
through each, and not have the list box visible on the form I am using, but I
want to learn how to do this from a table if possible.
Any help would be apperciated,
Robert
With this I mean I want to send a query to a list of email addresses in a
table. I know how to send the output of a query out if the distribution is
"hard coded" (meaning I write the address into the code). Any ideas on how
to use a table to get the addresses? I was going to use a list box and loop
through each, and not have the list box visible on the form I am using, but I
want to learn how to do this from a table if possible.
Any help would be apperciated,
Robert