I have a form [frmSchMonthly]. It has a combo box [cboMonthListID]. The form has a sub form [frmSchMonthlySubF]. The sub form has a field [SchMonth]. I want to fill [SchMonth] with information from the form's combo box [cboMonthListID]. I used: Forms!frmSchMonthly!frmSchMonthlySubF!SchMonth = Me.cboMonthListID.Column(1)
It took me to the debugger.
How do I get that value in the field I need it in?