Need Help! - Why no Response?

S

SH

I have a macro set up now to mailmerge a table, but is
there a way to have the macro select okay when Access
prompts me to "What do you want the wizard to do? link
your data to an existing MS Word document?"

Also, can the Macro select the Word Document for me if
given the location as well?
 
K

Ken Snell

I have not worked with mailmerge operations, so I can't comment on that.
However, I know of no way to have a macro answer a dialog box displayed by
ACCESS. You'll need to avoid the use of the wizard and code all the steps
that the wizard would otherwise do for you.
 
Top