Access Forms

T

TLC

I'm having a problem with the viewing my form. After
creating it through the wizard it came up blank. I can see
the fields in design view but not form view.

Thanks You
TLC
 
R

Rick Brandt

TLC said:
I'm having a problem with the viewing my form. After
creating it through the wizard it came up blank. I can see
the fields in design view but not form view.

The detail section of a form will appear totally blank when both of the
following are true.

(1)
The Recordset of the form contains zero records. This can be because there
actually are no records or because filter criteria is returning zero
"hits".

(2)
The form and/or the Recordset do not allow new records to be added.
 
Top