Hi !
I have a problem updating a datagrid connected to a ADODC object and a Access 2000 database. When I am inserting av new record the first time everything is fine. The second time the application stops/hangs up. The same is happening when I am deleting records.
I'm doing av Requery in the AfterUpdate event of the DataGrid
Private Sub DataGrid_SelskapRetur_AfterUpdate()
Adodc_SelskapRetur.Recordset.Requery
End Sub
Someone got any idea of what is wrong ???
I have a problem updating a datagrid connected to a ADODC object and a Access 2000 database. When I am inserting av new record the first time everything is fine. The second time the application stops/hangs up. The same is happening when I am deleting records.
I'm doing av Requery in the AfterUpdate event of the DataGrid
Private Sub DataGrid_SelskapRetur_AfterUpdate()
Adodc_SelskapRetur.Recordset.Requery
End Sub
Someone got any idea of what is wrong ???