There appears to be some solutions including a FAQ referring to this topic ... really not wanting to reinvent the wheel ... what I have done so far seems so simple and yet I haven't found a way to make it work ... wonder if there is a solution: All I want to do is use the Word merge template to print a defined Label. (ACCESS's REPORT BUILDER isn't working properly with the Printer/Label combination ... it continually wants to Form Feed half the Labels away where as I have Word working properly for one label at a time.)
Word 2K3 setup for one Label MailMerge with 5 fields linked to an MDB record.
I can manually right click on this word file and select print ... word starts up, automatically gets the data, prints, then shuts down which is exactly what I would like it to do from a button in ACCESS 2K3.
Looking at word command line there doesn't appear to be a way to just say docmd.runcommand "word.exe /p c:\temp\some.doc" (was expecting something like /p for print)
I created a word object from the class word.document but it also doesn't accept an objWord.Print either even though it compiles without an error it gives a runtime error.
Is there a simple way to do this given that Word already knows what to do?
Word 2K3 setup for one Label MailMerge with 5 fields linked to an MDB record.
I can manually right click on this word file and select print ... word starts up, automatically gets the data, prints, then shuts down which is exactly what I would like it to do from a button in ACCESS 2K3.
Looking at word command line there doesn't appear to be a way to just say docmd.runcommand "word.exe /p c:\temp\some.doc" (was expecting something like /p for print)
I created a word object from the class word.document but it also doesn't accept an objWord.Print either even though it compiles without an error it gives a runtime error.
Is there a simple way to do this given that Word already knows what to do?