form has gone blank

G

Guest

I have a form that suddenly no longer shows any controls. I have been
through Allen Browne's article about this, and the discussion groups - none
of the conditions that usually cause this are in place:

the data source for the form is a table, not a query. The table is
updateable in datasheet view and has records in it.
There is no filter applied.
Data entry is No
Allow edits is Yes
Allow additions is Yes
Recordset type is dynaset
the form footer is empty and very small

This started happening after I added an invisible bound field to the form,
and put in some code to put the value into an unbound form. I removed the
field and all the associated code, but my form is still coming up without any
controls visible.

Does anyone have any suggestions for what else might cause this?
 
G

Guest

I found the problem. The detail section also has a visible property, which
was set 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

Top