Hi,
I have a form with a DataGrid showing the contents of Table1.
Below this we have text boxes for entering Data into Table1, when I click the Save button I execute the INSERT statement
and then
DataGrid1.Refresh() - Doesnt show the new Information
Set up the datasource again - Doesnt show the new Info.
Any ideas people? I used to just refresh the adodc in VB6 but this is infuriating me as the small problems always do.
I have a form with a DataGrid showing the contents of Table1.
Below this we have text boxes for entering Data into Table1, when I click the Save button I execute the INSERT statement
and then
DataGrid1.Refresh() - Doesnt show the new Information
Set up the datasource again - Doesnt show the new Info.
Any ideas people? I used to just refresh the adodc in VB6 but this is infuriating me as the small problems always do.