I have two forms. In the 1st there is an adodc with recordsoruce for ex. = "Select * from costumers", this adodc is connected with a dbgrid (i tried with M$ dbgrid and Apex truedbgrid either), in that dbgrid you can't insert, update or delete. In the first form there is a command and, on the click event, i send to form 2 the selected row for update.
In the secod form (form2) i open a recordset and i manage the record choosen in the form below (the DBMS is Access2000).
In the second form when i have done my update, i refresh the 1st form's adodc (form1.adodc.refresh).
If i perform that with big projects, sometimes doesn't work.
The only way to reset all, is to exit from Vb and restart project.

I have tried these codes in the second form: "form1.adodc.recordset.requery" or "Form1.refresh" or Form1.adodc.refresh" or form1.dbgrid.rebind" but the problem persists.

Thanks for help