No objects appearing on form

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hello,

I have a form that, when there is no data in the
database, displays no objects at all - no fields, no
buttons, no labels. However, every other form does
display objects when the database has no data. Can
anyone help me with an explanation as to why this is
happening and an solution so the objects display? Thanks
in advance to anyone who replies.
 
Barry said:
Hello,

I have a form that, when there is no data in the
database, displays no objects at all - no fields, no
buttons, no labels. However, every other form does
display objects when the database has no data. Can
anyone help me with an explanation as to why this is
happening and an solution so the objects display? Thanks
in advance to anyone who replies.

When a form has no records to show and also does not allow new records to be added,
the detail section of the form is totally blank. Controls in the Header/Footer areas
will still be displayed.
 
Hi Rick,

Thanks for replying.

Except for this one form, all of my other subforms at
least display empty fields and labels. The one in
question doesn't do that, but it also does not display
any other objects on the main form - none of the fields,
labels, or buttons. Can you tell me why that might be,
and what I could do about it? Thanks very much!
Barry
-----Original Message-----


When a form has no records to show and also does not allow new records to be added,
the detail section of the form is totally blank.
Controls in the Header/Footer areas
 
Back
Top