Article ID: 209751 - Last Review: July 16, 2004 - Revision: 1.2 ACC2000: Hints for Using the Generic Print Driver with Forms and ReportsThis article was previously published under Q209751 Novice: Requires knowledge of the user interface on single-user computers.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp). SUMMARY
One way to get Microsoft Access output from forms and/or reports into a text file is to use the Windows Generic print driver to print to a file.
However, using the Generic print driver (TTY.DRV) can present its own challenges. Listed below are some hints on how to set up your forms and reports for the Generic print driver.
MORE INFORMATION
The Windows Generic print driver simulates a line-oriented printer with a
fixed pitch font, like a TTY device or a line printer. Therefore, it
can only print text, and it can only position the text on a grid of
10 characters per inch in the horizontal direction and 6 lines per inch in
the vertical direction. (By contrast, most Windows print drivers can
position text on any pixel position.)
These limitations mean that any form or report using the Generic print driver to create a text file should be laid out so that everything lines up with this character grid. The following are some considerations for your form or report layout:
| Article Translations
|
Back to the top
