I am writing an application using visual basic that incorporates an access database. I connected to the database and created a data set. I have used the data source view to drag and drop a field from the dataset onto a form, which creates a binding navigator, table adapter, etc.
When I attempt to run the program I get the following error:

An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll
Additional information: 'F:\Computer Science\VBA\BuckyTutorials\UrbanGarden\bin\Debug\DataBase


The database is located in F\computer science\vba\buckytutorials\urbangarden\database, not in the path noted above. Just for sh__s and giggles I placed a copy of the database in the path noted above and everything works fine. However, if I just moved the database to that location instead of placing a copy there I get a different error. So what I am trying to figure out is where I can go to correct the path such that it is not looking in the \bin\debug folders for the database. I have looked at the properties for all of the table adapters, binding navitors and anywhere else I can think of and all of the paths are correct. WDF?????