my test code:
...
Dim cCont As Control, name as string
For Each cCont In Me.Controls.Frame1
If TypeName(cCont) = "COMBOBOX" Then
name=?????
End If
Next cCont
...
i need only for frame1, in form have also frame2.
...
Dim cCont As Control, name as string
For Each cCont In Me.Controls.Frame1
If TypeName(cCont) = "COMBOBOX" Then
name=?????
End If
Next cCont
...
i need only for frame1, in form have also frame2.