Re: VB Code to change the Allow Additions Property




The sub form control is called Field_Form_Sub?
If so it does not have an AllowAdditions property. The underlying form
does.
Try Me.Field_Form_Sub.Form.AllowAdditions = True

.