C
Chris
I have a form that has a subform. On the subform I have a control that I am
referencing by
Forms!frmStatementAffairs.Form!frmCreditor.Form!cbocredbranch (this code
works)
I have now added frmstatementAffairs onto a Tab on a separate form.
How would I reference the control?
I have tried using
1)
Forms!frmIncExp.form!frmStatementAffairs.Form!frmCreditor.Form!cbocredbranch
(Field frmStatementAffairs not found.)
2) Forms!frmStatementAffairs.pgeSOA.pages(5)!frmCreditor.Form!cbocredbranch
(Object does not support this property or method)
referencing by
Forms!frmStatementAffairs.Form!frmCreditor.Form!cbocredbranch (this code
works)
I have now added frmstatementAffairs onto a Tab on a separate form.
How would I reference the control?
I have tried using
1)
Forms!frmIncExp.form!frmStatementAffairs.Form!frmCreditor.Form!cbocredbranch
(Field frmStatementAffairs not found.)
2) Forms!frmStatementAffairs.pgeSOA.pages(5)!frmCreditor.Form!cbocredbranch
(Object does not support this property or method)