custsoft
Programmer
- Aug 29, 2000
- 41
I am using ADO 2.1 in VB6 and an ACCESS 2000 database. I have three ADODC's on one form each connected to the database in different sequences. The ADODC's are connected to datagrids. If I disable the ADODC control will it still be populated and therefore the datagrid when the form is loaded? The user can only choose one sequence to look at at a time so I don't want the other ADODC's or datagrids to be populated unless needed. Can I stop the ADODC/datagrid from being populated? Thanks for any help.