Does anyone know how to retrieve the name of ADO control which is the datasource of another control, such as a textbox. For a very simple example, a form has a textbox, a command button, and an ADO data control, and the datasource for the textbox is the ADO data control. Upon clicking the button I want to display the name of the textbox's datasource.
Thanks!


Reply With Quote