ACC2000: Data in Text Box Is Blank When Printed or Previewed

ID: Q208376


The information in this article applies to:
  • Microsoft Access 2000

Novice: Requires knowledge of the user interface on single-user computers.


SYMPTOMS

When you print or preview a report or a form, a text box does not display data, even though the records have data in that field.


CAUSE

The text box control will be blank when you print or preview the form or report if the following conditions are true:

  • The height of a text box control is smaller than the default height of the font selected for the text box.


  • The CanShrink property is set to Yes.


  • The CanGrow property is set to No.



RESOLUTION

Increase the height of the text box control by opening the report or form in Design view and manually adjusting the size of the text box to fit the font.

Change the CanGrow property to Yes. This enables the text box control to display data, but may adjust the alignment of data if the data extends past the width of the text box control.


STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Steps to Reproduce Problem

  1. Open sample database Northwind.mdb.


  2. Open the Customer Labels report in Design view.


  3. Select the Address1Line control and change the following properties:


  4. 
       Height: .15
       CanGrow: No
       CanShrink: Yes 
  5. Preview the report. Note that the Address1Line control is blank.


Additional query words: pra

Keywords : kbusage kbdta RptLayou
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: May 13, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.