VB.NET and Microsoft Access: Old table entries stuck in DataGridView
问题 I'm having a very strange issue with retrieving and displaying the contents of an Access table in a DataGridView. The problem is as follows: I'm working on an application in VS2010 that has two forms. The main form displays the second form upon a button press, and the second form contains a DataGridView that is linked to an Access table on my local PC using a BindingSource (or DataSet, or what have you). When I first set the Data Source property of my grid to the table as a new data source