J
Jim
I have an Access 2000 db linked to Word 2000 documents
with merge fields and Word logic fields. On a form in
the db users can click command buttons and open
corresponding linked Word forms. The command buttons
trigger corresponding macros. An example of the command
line in the
RunApp macros triggered by the command button is as
follows:
C:\Program Files\Microsoft
Office\Office\winword.exe "C:\PBdB11162001\Pleadings
(merge)\VoucherSheets.doc"
Is there code I can add to the macro that will cause the
Word doc not only to open, but to merge? Or do I need to
tackle this another way, such as from within Word.
Thank you.
Jim
with merge fields and Word logic fields. On a form in
the db users can click command buttons and open
corresponding linked Word forms. The command buttons
trigger corresponding macros. An example of the command
line in the
RunApp macros triggered by the command button is as
follows:
C:\Program Files\Microsoft
Office\Office\winword.exe "C:\PBdB11162001\Pleadings
(merge)\VoucherSheets.doc"
Is there code I can add to the macro that will cause the
Word doc not only to open, but to merge? Or do I need to
tackle this another way, such as from within Word.
Thank you.
Jim