Ok, i think i misunderstood what you meant
you are looking at the database by showing the data in the designer
There are 2 database files in your project
1 in the main directory and 1 in the debug folder
the one you are using at runtime is in the debug folder
you can manually connet to it in the database explorer
right click on data connections
click add connection
then follow the menus and navigate to your poject debug folder and connect to the database
this will allow you to see the data in it
The other thing you can do also is to adda new form to your project
go to the data sources window (data menu) - show data sources
then drag the table you want to view over to the form
this will show you a gridview of it
you can open the form with a button on your form 1 with code\
or set it as your startup form in your project properties