C
CC
I just learned that the export of an Access report to an rtf file randomly
drops the last word of an output text field. Now, I'm trying to decide what
to do to work around this Access bug.
I would like to know how other Access developers are working around this
bug. I really can't have mistakes coming up in the output file.
The output file must be editable. So, a snapshot file will not suffice.
I could use automation to get the Access report to Word. But, the Access
report is pretty complicated. I'm concerned that after a good bit of work
writing the VBA automation code that I might run into another bug. In your
experience, have you found that VBA code that automates output to a word file
is a reliable work-around?
Another possibility is to print to a pdf file. Does anyone know if this is
a reliable option?
Is there some other solution I'm overlooking?
Frankly, I am seriously distressed that this bug has been just sitting in
Access for years Also, I can't imagine why there is no easy way to print an
Access report straight to a Word file. Isn't interoperability supposed to be
the point of Office?
drops the last word of an output text field. Now, I'm trying to decide what
to do to work around this Access bug.
I would like to know how other Access developers are working around this
bug. I really can't have mistakes coming up in the output file.
The output file must be editable. So, a snapshot file will not suffice.
I could use automation to get the Access report to Word. But, the Access
report is pretty complicated. I'm concerned that after a good bit of work
writing the VBA automation code that I might run into another bug. In your
experience, have you found that VBA code that automates output to a word file
is a reliable work-around?
Another possibility is to print to a pdf file. Does anyone know if this is
a reliable option?
Is there some other solution I'm overlooking?
Frankly, I am seriously distressed that this bug has been just sitting in
Access for years Also, I can't imagine why there is no easy way to print an
Access report straight to a Word file. Isn't interoperability supposed to be
the point of Office?