Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Form Appears Blank When Opened Except for Header


View products that this article applies to.

This article was previously published under Q209617
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).

↑ Back to the top


Symptoms

When you open a form in Form view, the form is blank, except for the form header. There are no controls or text, only the header.

↑ Back to the top


Cause

This behavior may occur for one of the following reasons:
  • The form footer may be too large for the form, and it may be covering the entire Detail section when you view the form.
  • The Visible property of the Detail section may be set to No.
  • The form may be read-only, and there may be no data in the underlying recordset, and therefore no controls are visible.

↑ Back to the top


Resolution

  • If the problem is with the form footer, shorten the footer to allow only enough space for any controls that may appear there. If there is no data, controls in the form footer or header are visible.
  • If the Visible property of the Detail section is set to No, change the setting to Yes.

↑ Back to the top


More information

There are other reasons why a form may open and appear to be blank. Typically, this happens because the underlying recordset contains no records or because privileges have been limited. However, an oversized form footer can also cause this behavior to occur.

Steps to Reproduce Behavior

  1. Start Microsoft Access, open the sample database Northwind.mdb, and then open the Categories form in Design view.
  2. On the View menu, click Form Header/Footer to add a header and footer to the form.
  3. Extend the length of the footer to at least seven inches (place no controls in the footer).
  4. View the form in Form view. Note that the form appears to be blank.

↑ Back to the top


References

For additional information about why a form might appear to be blank, click the article number below to view the article in the Microsoft Knowledge Base:
209734� ACC2000: Form Opened in Form View Is Completely Blank

↑ Back to the top


Keywords: KB209617, kbusage, kbprb

↑ Back to the top

Article Info
Article ID : 209617
Revision : 2
Created on : 6/24/2004
Published on : 6/24/2004
Exists online : False
Views : 298