Guest_imported
New member
- Jan 1, 1970
- 0
I am having difficulty changing the AllowAddition property for a form.
I have a Parent form (Called frm_Result), that has a Tab Control with Two tabs. On each of the tabs, I have a Subform. I am attempting to change the AllowAdditions property on the subform (Called subfrm_Result). I have tried:
Forms!subfrm_Result.AllowAdditions = True
Forms!subfrm_Result!.AllowAdditions = True
Forms!frm_Result!subfrm_Result.AllowAdditions = True
Forms!frm_Result!subfrm_Result!.AllowAdditions = True
The error states that Form subfrm_Result cannont be found.
I have a Parent form (Called frm_Result), that has a Tab Control with Two tabs. On each of the tabs, I have a Subform. I am attempting to change the AllowAdditions property on the subform (Called subfrm_Result). I have tried:
Forms!subfrm_Result.AllowAdditions = True
Forms!subfrm_Result!.AllowAdditions = True
Forms!frm_Result!subfrm_Result.AllowAdditions = True
Forms!frm_Result!subfrm_Result!.AllowAdditions = True
The error states that Form subfrm_Result cannont be found.