custsoft
Programmer
- Aug 29, 2000
- 41
I am using an Access 2000 database, ADO 2.1 in VB 6.0. I have an ADODC control hooked to a datagrid. When they select a record and change something I use the adodc.recordset.movenext and that should update the Access 2000 physical file right? I am basically confused on what updates what. What is the correct way to update the datagrid, recordset, etc? I have been using the refresh method but that does take a lot of time. How do I get the changes to the datagrid? It seems like the requery and resysnc don't work. Thanks for your help.