Surely you know the name of the subform control and can reference it without having to "find" it?
Have never seen that Me(Me syntax so maybe I learned something there, but have to wonder why anyone didn't suggest something other than all those counters and loops
Code:
Dim ctl As Control
For Each ctl In Me.Child4.Controls 'where Child4 is the name of the subform control
If ctl.ControlType = acTextBox Then ctl.Enabled = False
Next
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.