473,471 Members | 4,625 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Mail merge to email

I am performing a mail merge and generating e-mails automatically from an
Access Table. When I click the "Merge to Email" icon in Word, the resulting
dialog box only allows me to select one field from my Access table in the
"To:" field. I have 2 fields in my Access table that I need to send an
e-mail to. Is there any VB code that can perform the Mail Merge to e-mail
that is perhaps more flexible than the standard functionality?
Jun 13 '07 #1
2 2895
On Tue, 12 Jun 2007 20:30:28 -0400, "Bill Millerd"
<bm******@rochester.rr.comwrote:

Or you could replace your table by a query that concatenates the
several To values with semicolons in between.
http://www.mvps.org/access/modules/mdl0008.htm may help with this.

-Tom.

>I am performing a mail merge and generating e-mails automatically from an
Access Table. When I click the "Merge to Email" icon in Word, the resulting
dialog box only allows me to select one field from my Access table in the
"To:" field. I have 2 fields in my Access table that I need to send an
e-mail to. Is there any VB code that can perform the Mail Merge to e-mail
that is perhaps more flexible than the standard functionality?
Jun 13 '07 #2
I tried that trick, however, Outlook won't recognize it as 2 separate e-mail
addresses, even if I use the semicolon to separate the two fields. Instead
it tries to read the whole concatenated string as one e-mail address. Any
idea if Outlook is looking for a special formatting on the concatenated
address so that it will recognize as 2 different addresses?
"Tom van Stiphout" <no*************@cox.netwrote in message
news:v4********************************@4ax.com...
On Tue, 12 Jun 2007 20:30:28 -0400, "Bill Millerd"
<bm******@rochester.rr.comwrote:

Or you could replace your table by a query that concatenates the
several To values with semicolons in between.
http://www.mvps.org/access/modules/mdl0008.htm may help with this.

-Tom.

>>I am performing a mail merge and generating e-mails automatically from an
Access Table. When I click the "Merge to Email" icon in Word, the
resulting
dialog box only allows me to select one field from my Access table in the
"To:" field. I have 2 fields in my Access table that I need to send an
e-mail to. Is there any VB code that can perform the Mail Merge to e-mail
that is perhaps more flexible than the standard functionality?

Jun 14 '07 #3

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

Similar topics

3
by: louise | last post by:
hi i am trying to set up a mail merge button which takes records from a multi-select listbox (the contents of which are decided by a query created by a search from) and not from a specific...
2
by: Aaron | last post by:
hello, i am perfoming a mail merge with the following code. Public Function MergeIt() Dim objWord As Object Set objWord = GetObject("C:\MyMerge.doc", "Word.Document") ' Make Word visible....
1
by: Lisa | last post by:
I have a query named QryDept where one of the fields is DeptID. The query is used for the data source of a mail merge letter. I would like to control which department is to get the mail merge...
8
by: Squirrel | last post by:
Hi everyone, I've created a mail merge Word doc. (using Office XP) , the data source is an Access query. Functionality I'm attempting to set up is: User sets a boolean field to true for...
9
by: Neil Ginsberg | last post by:
I have a strange situation using Access to automate a Word mail merge. Using Access 2000 and Word 2000, the code opens Word, opens the document in Word, sets a table in the calling Access...
4
by: lesperancer | last post by:
I have 3 tables (office97) tblQuote quoteNbr tblDetails ( quote : 1 <-> M: quoteDetails) quoteNbr detailLine product value
1
by: ckirby | last post by:
I've inherited an application for creating mail merges from an Access 2003 ADP that needs an overhaul. To generate the mail merge , the app uses a shell command: result = Shell(str, vbHide) ...
1
by: G Gerard | last post by:
Hello I have built an application using MSAccess 2000 that has a feature where the user can select a list of clients and then send fields from the client table to a .txt file to be used...
6
by: crealesmith | last post by:
Firstly, I have no problem with mail merging to Word, VB code for that works perfectly. On one mail merge I need to merge 15 fields of data that are from 3 seperate records. The 3 records are all...
1
by: Esther Lane | last post by:
Hello! First off, many many thanks to Albert who wrote the Mail Merge code for MS Access I am using. It has been working beautifully for a few years. However, my client just (without notice!)...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.