| ACC2: Output to RTF or XLS Contains Unwanted LabelsID: Q142478 
 | 
Novice: Requires knowledge of the user interface on single-user computers.
When you output a report to an RTF or XLS file (by using the Output To
command on the File menu), labels are included in the RTF file even though
the Visible property of the labels is set to No.
You can use a text box control for the label instead of a label control. To
do so, follow these steps:
      Text box:
         Name: Text0
         ControlSource: ="<Your label here>" This behavior no longer occurs in Microsoft Access version 7.0.
      Label:
         Name: Text0
         Caption: Company Name:
         Visible: No
      Label:
         Name: Text1
         Caption: Order ID:
         Visible: No For more information about the Output To command, search for "Output To," and then "Output To Command (File Menu)" using the Microsoft Access Help menu.
Keywords          : kbusage OtpRtf 
Version           : 2.0
Platform          : WINDOWS 
Issue type        : kbprb Last Reviewed: April 30, 1999