C
CC
I need to create a Word file from an Access 2000 report. A snapshot file
will not suffice because client needs to be able to edit the file.
The report has two subreports. One of the subreports contains a text field
with CanGrow set to True. When I output the report to an rtf file, the last
word of the text field randomly disappears. A related problem is discussed
at http://support.microsoft.com/default.aspx?scid=kb;en-us;288877
I've tried adjusting the width of the text field, changed the font, and
added a right margin to the text box. I've also checked for control
characters like two hard carriage returns. I've tried converting the mdb
file to Access 2003 and outputting the rtf file from Access 2003.
I do not own Adobe Acrobat.
None of the above corrects the problem. Should I use VBA automation to
create a bug-free Word file from an Access report?
will not suffice because client needs to be able to edit the file.
The report has two subreports. One of the subreports contains a text field
with CanGrow set to True. When I output the report to an rtf file, the last
word of the text field randomly disappears. A related problem is discussed
at http://support.microsoft.com/default.aspx?scid=kb;en-us;288877
I've tried adjusting the width of the text field, changed the font, and
added a right margin to the text box. I've also checked for control
characters like two hard carriage returns. I've tried converting the mdb
file to Access 2003 and outputting the rtf file from Access 2003.
I do not own Adobe Acrobat.
None of the above corrects the problem. Should I use VBA automation to
create a bug-free Word file from an Access report?