Thanks for the help, but...
Thanks!
The problem is that I do not want to build an ActiveX incorporating text boxes for all fields in the recordset, but rather a small control much like the ADO control to which all other text boxes can be bound. I understand that they may not be bound via the designer, but I can surely do this via code. I am beginning to figure it out, though. The event GetDataMember of the recordset class gets all fields, so I think there won't be a problem.
The 2 problems now are:
1) In a custom ActiveX control, can I make additional forms that pop up and interact with the main ActiveX control (the Find form that I want to build)
2) Are there examples of something similar out there? Did anyone try to build a generic Data control much like the ADO control, but incorporating operations besides MoveFirst, MovePrevious, MoveNext and MoveLast (the ADO control lets you do that and nothing else)
Thanks immensely for your help!!!
Stanislav