I am getting Object doesn't support this property or method error at red font line. I just want to check through loop that if all the controls are null or not. Any help will be much appreciated.
Code:
For Each ctr In Me.Controls
[COLOR=red]If ctr.Value = "" Then
[/COLOR] i = i + 1
End If
Next ctr