Access 2007 - Form issue

W

Wes Johnson, PMP

I've used the Forms Wizard to build a form based on a table. When in design
view, I see all the fields, labels, etc. When I switch to form view, all I
see is the header or title and a blank body of the form, no fields, labels,
etc.

Any thoughts on what I'm doing wrong?
 
M

missinglinq via AccessMonster.com

If you either have no data in your table or your form is based on a query
that is returning no records AND you have your form's Property Allow
Additions set to NO, you will get the results you're describing, at least in
Access 2000.
 
Top