DataEntry with subforms

S

Steve

I am trying to creat a data entry form that has both
form/subform that are created from tables joined by a 1-
to-many relationship, but when I set the form's dataEntry
property to yes, the subform will not accept data. What
am I doing wrong? Thanks.

Steve
 
A

Allen Browne

The DataEntry property is a bit misleading. It hides all existing records,
i.e. so the form is used just for the entry of new data.

Is the form's AllowAdditions property set to Yes?

If you set DataEntry to No, can you edit existing records?

If the form is based on a query, can you enter a new record there?

Is Enabled set to Yes, and Locked to No? ... for the subform control, as
well as the individual controls?
 

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