1. Form created in VB2008
3 Textbox [Name(string), Company(string), Contact(number)]
3 Buttons [New Record, Update Record, Delete Record]
2. Database created in MS Access 2003
File Name: Contact.mbd
Fields:
ID [Primary key]
Name [Text]
Company [Text]
Contact [Number]
How to Create Connection?
How to get data on form load from database in textboxes?
How to insert, update, delete data?
Please provide information as I am not able to get any simplest way to understand these questions.