Fields and Buttons won't show up in form view...

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

Guest

I have a form that has several fields and buttons. Recently they disappeared from the form view...? In design they still appear..

Any help is Greatly appreciated.....Thanx
 
Check the RecordSource of your Form. It is likely that the RecordSource
returns no Records and not updateable (or the Form's AllowAdditions Property
is set to False) and in this case, the Detail section of the Form will
"disappear".

--
HTH
Van T. Dinh
MVP (Access)




Help! said:
I have a form that has several fields and buttons. Recently they
disappeared from the form view...? In design they still appear...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top