Hi All,

I'm creating a simple Windows application using VB. The application use a form to add, update, delete records in addition i've included a DataGrid to display the activity done in the table. The problem is that no matter what action is performed when DataGrid is reloaded it does not reflect the activity done in the file unless I stop the program and reload it again where data is reflected in the DataGrid.

Have...