Visual Studio 2019
VB win form project
I can't see how to update a data source after making additional changes to the underlying tables.
I have created a locale DB, then created several tables in the DB.
I then create a data source to the DB and tables that I use to populate several DataGridViews on Winforms.
I then realize, that some of my tables need to be modified, adding columns, etc.
After changing the tables, the data source continues to show previous table schema.
I have "refreshed" them but no joy.
There must be a way to update the data source, without having to recreate it and then redo all of my previous coding?

