Normally when you use the designer you use the Special data directory to
store your database ( it then becomes dynamic as the app will always look
to the data directory regardless where it is installed )
you can recognize this by the |Data Directory| in your connection string, it
means that you chose to copy the mdb file into your project when you use the
designer to generate the connection strings.
If you want to modify it, please do not change it in the setting tab of
project property.You can achieve that by "Right Click" your table adapter,
choose "Configure", and with two clicks of previous, you can change the
connection string.
Another option would be to concenate your own connection string , and do
everything from code ( loose the wizards )
regards
Michel