I have a .accdb as a data source with numerous tables. I needed to add a table to the db and did not want to disturb all I had done in the data set designer with the data source. I went to the db in the bin/debug in hopes I could insert table and just have it then show in the data source selection. It adds to the .accdb just fine. Is there a way to get the added table to show in the data source. I tried to "refresh" and "edit" but still not included. My fear is if I add the table to the original .accdb and then re-add it as a data source; I will have to recreate all the queries I created in the dataset designer for each table.