ACC: Report OutputTo Text File Adds Random Blank LinesLast reviewed: May 30, 1997Article ID: Q150501 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you use an OutputTo action or method to save a report to an MS-DOS Text (.txt) format, the text file adds blank lines randomly to the data. NOTE: This behavior can also occur when you use the Save As/Export command to save a report to a text file using the Save Formatted option.
CAUSEA text file does not have the same vertical spacing options as a report in Microsoft Access. When you output a report to a text file, the text file will contain 8 lines per inch. If the Height of the report's detail section is set for a different number of lines per inch, for example 6 lines per inch (.1667), then blank lines are added automatically.
RESOLUTIONYou can avoid random blank lines when outputting a report to a text file by setting the Height property of a report's detail section to a value divisible by .125 inches. For example, if the detail section's Height property contains a fractional number, set the fractional portion of this property value to one of the following decimal equivalents:
Fraction Decimal Equivalent ----------------------------- 1\8 .125 1\4 .25 3\8 .375 1\2 .5 5\8 .625 3\4 .75 7\8 .875When the height of the detail section is divisible by .125 inches, the spacing is consistent (without extra, random blank lines) because the data from the report is output at 8 lines per inch.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESFor more information about outputting a report to a text file, search the Help Index for "OutputTo," or ask the Microsoft Access 97 Office Assistant. |
Keywords : kbusage OtpTxt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |