Hi All
I am outputting a report to word using the comand line
DoCmd.OutputTo acOutputReport, "stdletter", acFormatRTF, "stdlet.rtf", -1
stdletter being a report with the customer address at the top then "Dear name" two lines down. This works fine except that when the user moves the cursor down to the "Dear name" position and then hits return to start a new paragraph, the paragraph spacing is set wrong. The user has to click FORMAT then PARAGRAPH and set space before paragraph to auto.
How can I set this in code or can I save the settings some how?
Thank You
Steve
I am outputting a report to word using the comand line
DoCmd.OutputTo acOutputReport, "stdletter", acFormatRTF, "stdlet.rtf", -1
stdletter being a report with the customer address at the top then "Dear name" two lines down. This works fine except that when the user moves the cursor down to the "Dear name" position and then hits return to start a new paragraph, the paragraph spacing is set wrong. The user has to click FORMAT then PARAGRAPH and set space before paragraph to auto.
How can I set this in code or can I save the settings some how?
Thank You
Steve