H
Hakan Naslund
I have a form with a subform, and that subform contains yet another subform...
In 2003 I could refer to the control count of the most low-level form by
typing:
forms("Mainform").form("Subform1").form("Subform2").controls.count
In 2007, this doesn't work any more... I receive a 2455 error 'invalid
reference to the property Form/Report'
Strange thing is, that getting the form name works:
forms("Mainform").form("Subform1").form("Subform2").name
I need to loop through all controls of subform2 to change labels according
to selected language...
In 2003 I could refer to the control count of the most low-level form by
typing:
forms("Mainform").form("Subform1").form("Subform2").controls.count
In 2007, this doesn't work any more... I receive a 2455 error 'invalid
reference to the property Form/Report'
Strange thing is, that getting the form name works:
forms("Mainform").form("Subform1").form("Subform2").name
I need to loop through all controls of subform2 to change labels according
to selected language...