Thank you for replying!
I am creating an attendance database for a school system. In my ACCESS version of this program I had tables such as Student Information, Teacher Information, Attendance Data, etc. Basically a data entry form is presented to the user to choose a student(or scan a barcode), enter a date (or accept default date) and record attendance. The data is very simple. The real value of the program is in the many ways that data can be retrieved by the users(reports for specific purposes).
It seems that maybe I should be thinking about creating a class that looks like some of my tables. Like a Student Class that has properties such as Lname, Fname, SSN, Student Number, etc. Do you know of any sample programs that show this type of approach along with accessing the data from a database and returning values to that database? I have several books on VB.Net but the ones that refer to databases don't seem to have references to classes and the ones that teach about classes don't mention databases. I am new to this and feel like I am missing something very important!