|
|
Title | Bind controls to an Access 2000 database using the ADO Data Control (ADODC) |
Keywords | bound control, database, data, ADO, ADODC |
Categories | Controls, Database |
|
|
At design time, use the ADODC's Connection property to attach the control to the database.
For each control you want bound to the ADODC, set its DataSource property to the ADODC and its DataField property to the field you want the control to display.
|
|
|
|
|
|