Hello
I am writing a database that will export a report to MS Word for the user to make any necessary changes. Due to the nature of the report this is a necessary step (long story.)
I can get the report to export but ideally I would like to export to a template as we would like track changes to be switched on automatically.
I have tried outputting to RTF and running a macro through Word VBA on open but the macro doesn't get on with RTF. Any thoughts would be much appreciated at the moment my docmd does this
DoCmd.OutputTo acOutputReport, "SpecTextIncl", acFormatRTF, , True
I am writing a database that will export a report to MS Word for the user to make any necessary changes. Due to the nature of the report this is a necessary step (long story.)
I can get the report to export but ideally I would like to export to a template as we would like track changes to be switched on automatically.
I have tried outputting to RTF and running a macro through Word VBA on open but the macro doesn't get on with RTF. Any thoughts would be much appreciated at the moment my docmd does this
DoCmd.OutputTo acOutputReport, "SpecTextIncl", acFormatRTF, , True