I have posted detailed tutorials on my blog related to database handling, so I would suggest you to have a look at these tutorials one by one. [list]
So, first of all you should read [url=http://www.theengineeringprojects.com/2013/01/creating-database-in-microsoft-visual.html]How to Create Database in Microsoft Visual Studio[/url] which will give you the basic understanding of Visual Studio Database.
[/list][list]
Oncec you are done with the creation of database the next thing you need to do is to add some [url=http://www.theengineeringprojects.com/2013/02/adding-button-controls-in-vb-database.html]Button Controls in VB Database[/url] so that you can add or remove your records using Buttons.
[/list][list]
Finally you need to read [url=http://www.theengineeringprojects.com/2013/02/updating-database-table-with.html]How to update VB Database Tables Programmatically[/url].
[/list]
So, read above three tutorial and I am sure at the end you will have the full command over VB Database.