Hi all,
I'm doing an export of a report to a text file using "DoCmd.OutputTo" command. When I do a preview of the report in Access everything appears OK.
However after the export to the .txt file some of the text just vanishes. Not only are some of the fields truncated but also in some fields its the inital characters that have disappeared and the end of the text string is OK.
All the textboxes are set with Can Grow=Yes.
(setting Can Shrink=Yes seems to make the problem worse, so its set to No.)
I've played about with the 'default' textbox height and also the font size in the design view, which has the effect of changing which fields get truncated in the outputted file, but doesn't solve it.
The effect doesn't seem related to field size either.
I'm using Access97 (under XP). Does anyone know if this is a known problem with Access, what I maybe doing wrong, any workarounds, ....?
Thanks for any help.
I'm doing an export of a report to a text file using "DoCmd.OutputTo" command. When I do a preview of the report in Access everything appears OK.
However after the export to the .txt file some of the text just vanishes. Not only are some of the fields truncated but also in some fields its the inital characters that have disappeared and the end of the text string is OK.
All the textboxes are set with Can Grow=Yes.
(setting Can Shrink=Yes seems to make the problem worse, so its set to No.)
I've played about with the 'default' textbox height and also the font size in the design view, which has the effect of changing which fields get truncated in the outputted file, but doesn't solve it.
The effect doesn't seem related to field size either.
I'm using Access97 (under XP). Does anyone know if this is a known problem with Access, what I maybe doing wrong, any workarounds, ....?
Thanks for any help.