I just setup a new dataset for a new project. I then created a BindingSource and tableadapter to the form.
When I attempt to load,
Code:
Me.LkpDepartmentTableAdapter.Fill(Me._MasterBase1_0DataSet.lkpDepartment)
I get the following message

System.Data.OleDb.OleDbException: F:\SiTech\SiTechPublishing\Projects\SiTechSolutions\MasterBase3.0\bin\debug\bin\debug\MasterBase1.0. accdb' is not a valid path.
I can see what the problem is, but am unable to fix it. The above string has an extra \bin\debug that does not exist. I have no idea where to go to correct that line and eliminate the extra \bin\debug contained in the line of code.

So where to I find that line and correct it? I have recreated the binding source and even the dataset a couple of times with the same outcome.

The location of the database. MasterBase1.0.accdb is located in the following directory.
F:\SiTech\SiTechPublishing\Projects\SiTechSolutions\MasterBase3.0\Bin\Debug\MasterBase1.0.accdb