Form is blank

W

Wendy

After creating the form from a query using the wizard,
the form window is blank even though there is a form in
design view. Any thoughts as to why that would happen?
 
H

Hugh O'Neill

Wendy said:
After creating the form from a query using the wizard,
the form window is blank even though there is a form in
design view. Any thoughts as to why that would happen?


IF the Query feeding the Form is returning no records

AND

EITHER

The Form is set so as not to allow new entries

OR

The Query is non-updatable

THEN the Form will be blank - no text boxes - nothing - just blank.

hth

Hugh
 
Top