koketa 0 Newbie Poster

Hello everyone!

(for easier understanding please see attached pdf file)

I am hoping I can get some help. The application I'm writing is a Student Registration Syste. I am trying to make a listbox item from c# to "upload" or to be "writen" to a table in a MS Access DB. This is from an application. I have this empty method for the button 'Save' in the form containing the listbox. This save button should be the one linking this selected item to the DB. I already know how to display the database in a DataGrid. But, how do I write this listbox item(that is in a form) to the table in the DB?

    private void SaveSchedule(object sender, EventArgs e)
    {


    }