Purpose
Build an ActiveX control that is bound to a Data control.

	Method
Find the Data control. Save it to a local variable declared WithEvents.
When the Reposition event occurs, find the control's value from the Data
control's recordset.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. 