Form View blank

K

Kim T

I've made a form in design view, when I go to look at it in Form view its
blank. I've check the properties on the form making sure the view is not
disabled. Need help
 
A

akphidelt

I've had this same problem in the past also. For me it was because I had
turned Allow Additions and Allow Deletions Off.

It worked when I entered the Form in Edit mode from a Command Button... but
it wouldn't work when I tried to enter it from design mode.

That's just one possibility. Go to a form that does work and analyze what
you have done to that form compared to the one that doesn't and you'll be
able to see whats going wrong.
 
F

fredg

I've made a form in design view, when I go to look at it in Form view its
blank. I've check the properties on the form making sure the view is not
disabled. Need help

The 'blank' form is normal if you do NOT have any records to display.

Make sure the form record source's underlying table/query contains
records.
 
L

Linq Adams via AccessMonster.com

"The 'blank' form is normal if you do NOT have any records to display." AND
you have AllowAdditions set to NO.
 
Top