MY FORM HAS DISAPPEARED

B

Belle

I created a form using the tab control and when i was designing it everything
was fine but now when i go into the Form it is only showing the form header -
the information still seems to be there as when i switch to Design view the
form is still there, does anyone know how to unhide this
 
R

Rick Brandt

KiwiB said:
I have the same very frustrating problem. Have you solved it?

If a form that does not allow new record entry (multiple possible reasons)
has no current records to display (also has multiple possible reasons), then
the detail section appears completely blank.

More often than not, this is because you bound your form to a query that
does not return an editable RecordSet and that query also returns zero
current rows.
 
Top