M
Mario Reinhöfer
Hi there,
i have code that opens a report and then transfer it to Word:
' Output to Word as RTF
DoCmd.RunCommand acCmdOutputToRTF
Does work in Access 2007, but not in the Access 2007 Runtime.
I already added an "ExportWord" button to the QAT (so that the User can do
the export via button"). Everything works fine in the Runtim, but when
pressing the button the Export Wizard appears and then comes an error
message (syntax error or function not possible).
Any ideas for a workaround for this?
Thanks in advance!
Mario
i have code that opens a report and then transfer it to Word:
' Output to Word as RTF
DoCmd.RunCommand acCmdOutputToRTF
Does work in Access 2007, but not in the Access 2007 Runtime.
I already added an "ExportWord" button to the QAT (so that the User can do
the export via button"). Everything works fine in the Runtim, but when
pressing the button the Export Wizard appears and then comes an error
message (syntax error or function not possible).
Any ideas for a workaround for this?
Thanks in advance!
Mario