Form appears blank in Form View

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a form that appears blank when you go to Form View, but when
you go to design view - all the controls are there - I have checked the
properites and everything is set to visible - yes
 
Patricia said:
I have created a form that appears blank when you go to Form View,
but when you go to design view - all the controls are there - I have
checked the properites and everything is set to visible - yes

The detail section of a form appears completely blank when both of the
following are true...

There are no records to display.

The form and/or the RecordSet it is using does not allow new records to be
added.

Most likely you are binding the form to a query that is read only.
 
Back
Top