Prerequisites:

Goals:

Steps:

  1. Create a new Windows Application project.
  2. Add a connection to the cd.mdb file:
  3. When the connection has been added to the Server Explorer window, you are able to view the structure and edit the content of the database using Visual Studio. Structure of a SQL Server database can be also modified here (this option is not available for Microsoft Access databases).
  4. Add a Data Source to the project:
  5. Add a SplitContainer and two ListBoxes (named: authorsListBox and recordsListBox) to the form.
  6. Create a new Form which will allow to edit names of authors and change currently selected author using 'Next', 'Prev', 'First', and 'Last' buttons.

[Source code]