email same message to several records

D

Donna

I would like to have a form that allows my user to select several records by
clicking a check box named "choose" and then click a button on that form that
will allow them to send an email to the records selected. Is there a way to
do this? Thanks for your help
 
A

a a r o n _ k e m p f

I personally prefer sendign email using a stored procedure XP_SENDMAIL

it is quite easy to send a query-- or anything else you want.
But it's not supported unless you use a real-mans database, like SQL
Server
 
D

Donna

From what I can tell by looking this up, I HAVE to have SQL server, which I
don't. Is there some way this can be done without SQL Server? It is a
stand-alone database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top