Cannot add record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We are not able to add records to or make changes to existing records in a
subform. New record icon is dark, as it is when opening the table for this
subform. Form and subform were working properly, but have become inoperable.
Rest of form and another subform on same form are working properly.
 
Did you make any changes to the record source of the sub form, such as adding
another table?
Check the properties of the forms
AllowEdits = True
AllowAdditions = True
 
Thanks for your response. No, I made no other changes to the record source.

AllowEdits and AllowAdditions are both true.

Any other ideas?
 
Check the table or the query that the sub form are bounded to, to see if you
can update them, just to see if the problem with them or with the form.

Check this properties of the sub form
Locked = False
Enabled = true
 
Back
Top