Dear friends,
I am a newbie in Visual Basic .NET and hope that your kind assistance will make me to learn it.
The problem has been simplified for the purpose of clarity. I want to make a windows form application that uses an access database. The application will store the list of person's basic details such as name, age and country.
The database contains two related tables ie
person(id, name, age, country_id) and country(id, country_name)
My windows form contains TextBox, DateTimePicker, ComboBox for Name, Age and Country respectively. Now I want to make CRUD operation Programmatically (Not using Visual tools) in the same form with some navigation buttons. Any help and reference link will be highly appreciated.
Thanks for Help in Advance.
Dipendra Gurung, Nepal