mail merge without prompts

C

carrol

for offfice 2003 I have a button that is programmmed: On Error GoTo
Err_Command33_Click
On Error GoTo Err_Command33_Click
MergeNoPrompts "Articles of Incorporation"

DoCmd.DoMenuItem acFormBar, acRecordsMenu, 2, , acMenuVer70

Exit_Command33_Click:
Exit Sub

Err_Command33_Click:
MsgBox Err.Description
Resume Exit_Command32_Click

End Sub

so that when i click it, it automatically opens the doc art of inc and does
a mailmerge with the current record in access.

how do i do this in access/word 2007?

thank you!
 
D

Doug Robbins - Word MVP

The code that you have posted is in Access, so you will be more likely to
get a response from an Access Newsgroup. Accordingly, I have crossposted
this response to the microsoft.public.access.formscoding newsgroup

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

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