DataEntry with subforms

  • Thread starter Thread starter Steve
  • Start date Start date
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
 
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?
 
Back
Top