I have a proposal form which contains the main form and 3 subForms. It has a lot of stuff on it and works great. However, sometimes (for some unknown reason), it puts 'no' on the property sheet's 'allow edits'. I can change that back to 'yes' and it allow edits again (once, I had to change all subForms to allow edits). I put a button on the form with the code:
Me.AllowAdditions = True
That allows edits on the main form, but not on the subForms. That code does NOT change the main form's allowEdits to 'yes', but it is editable. The sub form's allowEdits are 'yes', even though it they don't allow edits. Any help is appreaciated.