|
-
Apr 1st, 2003, 04:52 PM
#1
Thread Starter
Fanatic Member
Initializing a Mail Merge from within Access 97
I need some help with this final piece of my project....
I need to run a mail merge on a document from with an Access 97 form. The document is all ready created, and it is set to pull records from a database.
Take note that the database that has the records for the mail merge is the same database that has the command button to access Word!!!
I don't know if that makes a difference... I started writing an automation piece, but I can not seem to locate the mail merge part of the Word application....
Can someone please help me out with this?????
I will be extremely grateful!!
-
Apr 9th, 2003, 05:28 AM
#2
Hyperactive Member
declare an instance of Word and open the document.... then to access the mailmerge feature use:
Code:
wordObject.activeDocument.MailMerge.[property/method]
Look at the object browser for a list of properties and methods. Let me know if you have any specific questions.
See ya later,
-=XQ=-
"Reality is merely an illusion, albeit a very persistent one. "
- Albert Einstein (1879-1955)
This is the coolest site ever!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|