jasonmac said:
I have an access report with one textbox in the detail section. When I view
the report within Access it looks fine. When I export to a text file a blank
line is inserted after EVERY 3rd line.
An Access report is a graphical display. It does not
translate to line printers or text files unless you can
somehow manage to make the report sync up exactly to the
restricted format, which in general is a hopeless exercise.
For a simple text file, it is far, far easier to just export
a query. For more complex file formats, it is best to use a
VBA procedure with the File I/O statements, Open, Write,
etc.
If you must pursue the report route, try eliminating any
blank space above and below the text box and remove any
report/page headers/footers. If that doesn't work, and it
probably won't, then try adjusting the font, font size and
text box height to see if you can zero in on some
combination that comes close.