Forms

G

Gill

I have created a form which when displayed in form view is blank - what is the solution?
 
S

StCyrM

I have created a form which when displayed in form view is blank - what is
the solution?

Do you have a datasource and defined fields for this form?

Maurice
 
D

David

If you see controls on the form in design view, do you
have the colors set to the same color as the background?
-----Original Message-----
I have created a form which when displayed in form view
is blank - what is the solution?
 
J

Jim Shaw

Is ti possible that the controls are set to invisible?
-----Original Message-----
I have created a form which when displayed in form view
is blank - what is the solution?
 
J

John Spencer (MVP)

If none of the other answers worked, did you by any chance set the form's
DataEntry property to Yes? And is the underlying record source for the query updatable?
 
Top