Disappearing Form

  • Thread starter Thread starter Carlo
  • Start date Start date
C

Carlo

Hi, I'm trying to design a form that adds data to several tables, but
everytime I do it (I've now designed it 3 times!), the form becomes a blank
page in form or lyout view, and the only way for me to see my form is in
design view - which is pretty useless if you are trying to use the form.
AQny ideas as to what I may be doing wrong?

Thanks a lot

Carlo
 
Carlo said:
Hi, I'm trying to design a form that adds data to several tables, but
everytime I do it (I've now designed it 3 times!), the form becomes a
blank
page in form or lyout view, and the only way for me to see my form is in
design view - which is pretty useless if you are trying to use the form.
AQny ideas as to what I may be doing wrong?

Thanks a lot

Carlo


This happens when the form's record source returns no records and the
AllowAdditions property of the form is set to False.
 
Thanks a lot

C

Brendan Reynolds said:
This happens when the form's record source returns no records and the
AllowAdditions property of the form is set to False.
 
Back
Top