J
JohnB
Hi.
I have a command button on the bottom of a form and I need to be able to
modify the code in it to reference a combo in the forms subform. The trouble
is, the main form is itself a subform on a Tab Control and I can't get it to
work. Here's the detail - sorry it's a bit complicated:
The main forms Subform Control Name on the Tab page is frmSECMentors.
The Source Object (the form name) is also frmSECMentors.
The main form has a subform whose Subform Control Name is SubSECMentorSchool.
The Source Object (subform name) is frmSECMentorSchoolSubform.
The combo on the subform is called cboMentor School.
I want to check if cboMentorSchool has content, using If Not IsNull
(......). Can anyone help me reference cboMentorSchool?
Thanks, JohnB
I have a command button on the bottom of a form and I need to be able to
modify the code in it to reference a combo in the forms subform. The trouble
is, the main form is itself a subform on a Tab Control and I can't get it to
work. Here's the detail - sorry it's a bit complicated:
The main forms Subform Control Name on the Tab page is frmSECMentors.
The Source Object (the form name) is also frmSECMentors.
The main form has a subform whose Subform Control Name is SubSECMentorSchool.
The Source Object (subform name) is frmSECMentorSchoolSubform.
The combo on the subform is called cboMentor School.
I want to check if cboMentorSchool has content, using If Not IsNull
(......). Can anyone help me reference cboMentorSchool?
Thanks, JohnB