Can't see form on form view

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

Guest

I'm able to see the "detail" section of the form on design view, however when
changing to the form view, I am not able to see the detail area.
Any help is appreciated!!!
Thanks
 
Hi Lucia,

If your form is bound to a recordset (table or query) which contains no
records, and the form also has Allow Additions set to False, then no
controls in the detail section will be seen.

HTH,

Rob
 
Thanks!

Rob Parker said:
Hi Lucia,

If your form is bound to a recordset (table or query) which contains no
records, and the form also has Allow Additions set to False, then no
controls in the detail section will be seen.

HTH,

Rob
 
Back
Top