Connecting Tech Pros Worldwide Forums | Help | Site Map

Blank Form View

Newbie
 
Join Date: Aug 2008
Posts: 4
#1: Aug 12 '08
I am very new to Ms Access 2007 and I have been trying to create a simple database for my office. My tables are all related but if I try creating a form by dragging fields to the design view, when I click "form view" its blank...
Can someone tell me what is happening and how to correct it?

Familiar Sight
 
Join Date: Oct 2007
Posts: 154
#2: Aug 12 '08

re: Blank Form View


Hi Bram,

I'll assume you have record source of the form set to the table/query you want, so you're dragging the fields from field list.
Is the visible property of the fields set to Yes?
Are you dragging the fields on to a Detail section?
Newbie
 
Join Date: Aug 2008
Posts: 4
#3: Aug 12 '08

re: Blank Form View


Quote:

Originally Posted by hjozinovic

Hi Bram,

I'll assume you have record source of the form set to the table/query you want, so you're dragging the fields from field list.
Is the visible property of the fields set to Yes?
Are you dragging the fields on to a Detail section?

Hi
Yes, the record source is set right and the visible property is set to Yes. And I am also dragging it to the Detail section.
The field was created with a look-up wizard (if that helps)
Thnx
Familiar Sight
 
Join Date: Oct 2007
Posts: 154
#4: Aug 12 '08

re: Blank Form View


[HTML]I would try to set record source of the form to nothing and save.
Close the entire database.
Open again, and set the recordsource to the original table.
Save, and exit.
Open and try dragging fields.[/HTML]

It worked for me when I had no fields in the field list after setting new recordsource.
missinglinq's Avatar
Moderator
 
Join Date: Nov 2006
Location: Richmond, Virginia USA
Posts: 2,999
#5: Aug 13 '08

re: Blank Form View


This is the classic description of what happens when a form has no records in it's Record Source and for whatever reason (such as AllowAdditions being set to No or the underlying query being read-only) the form doesn't allow new records to be added. Are these conditions true?

Welcome to Bytes!

Linq ;0)>
Newbie
 
Join Date: Aug 2008
Posts: 4
#6: Aug 14 '08

re: Blank Form View


Thnx for the welcome, Linq

Unfortunately those conditions are not true in this case. are there any other possibilities?

And i've tried what hjozinovic suggested (thnx btw) but my form hasnt changed. it still doesnt display my fields
Familiar Sight
 
Join Date: Oct 2007
Posts: 154
#7: Aug 14 '08

re: Blank Form View


Maybe you could create compeletely new form based on the same table/query and than try to dragg fields on it.
Or use wizzard for creating forms. That way fields will automaticaly be on the form.
Newbie
 
Join Date: Aug 2008
Posts: 4
#8: Sep 2 '08

re: Blank Form View


Thanks again...it worked. Although I might have liked to know what exactly it was...
Reply