You mean you get a totally blank form, or at least a blank Detail
section? That happens when there are no existing records to display,
and no records can be added for some reason. Reasons for that could be
(a) the form's AllowAdditions property is set to No, or (b) the form's
recordsource is not updatable. If the problem is (b), then the most
common cause is that the recordsource is a query that is not updatable.
This can happen for a number of reasons. See the help topic "When can I
update data from a query?" for a detailed discussion.
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.