All controls disappear from my form

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

Guest

I was working on a form, back and forth between the design and open modes. I
dont know what I did to cause all the controls on my form disappeared when I
opened the form. It worked before.

I can open the form if I click the "Filter By Form" button in the toolbar.
Any helps will be appreciated.

RT
 
The entire detail section of your form will go completely blank if there
are no records to display and no new records can be added.

For example, you can generate that situation if you set the form's Data
Entry property to Yes, and AllowAdditions to No.
 
Thanks for the tip, Allen!

RT

Allen Browne said:
The entire detail section of your form will go completely blank if there
are no records to display and no new records can be added.

For example, you can generate that situation if you set the form's Data
Entry property to Yes, and AllowAdditions to No.
 

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

Similar Threads


Back
Top