K
KRISH
Hi Any body help me in solving the problem below:
Error with the following code at .ControlType is
"Method or Datamember not foud"
Dim ctr As Controls
For Each ctr In Me.Controls
If ctr.ControlType = acCheckBox Then
MsgBox "ChkBox"
End If
Next ctr
Kindly help what is the wrong in above code.
Thanks
krish
Error with the following code at .ControlType is
"Method or Datamember not foud"
Dim ctr As Controls
For Each ctr In Me.Controls
If ctr.ControlType = acCheckBox Then
MsgBox "ChkBox"
End If
Next ctr
Kindly help what is the wrong in above code.
Thanks
krish