form view blank

  • Thread starter Thread starter Knowlton
  • Start date Start date
K

Knowlton

Can someone tell me what would cause a form to be blank in
form view but you see all controls in design view?
Thanks a bunch,
Knowlton
 
Knowlton said:
Can someone tell me what would cause a form to be blank in
form view but you see all controls in design view?
Thanks a bunch,
Knowlton

It's a continuos form...?

Have you any record...?
 
-----Original Message-----
The form is single form view. There are no records. I
created a form with the wizard and modified the design
(rearranged the controls). The form is based on multiple
tables. When I tried to enter records, some controls
had "# name" displayed and I couldn't enter data. I
looked at the record source and added another table to the
query. When I went to form view, the form was blank. I
also tried creating a new form in design view by adding
fields from the different tables, then dragging them onto
the form and this also was blank in form view.
Thanks again for your help,
Knowlton
 
I seem to be having the same problem. I am able to open in Design View with all my fields and format in tact. When I go to Form View, the page is blank. This problem is isolated to this one particular form. Please help...

Thank you.
Jackie
 
This happens when the form's AllowAdditions property is set to No (or False
if set in code) and the form is bound to an empty table or to a query that
returns no records.

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
Yes, thank you. I had no data in my table...working fine now.

JR
 
Back
Top