oreilly
05-23-2012, 05:22 AM
Hello guys,
I'm working on a Software Design & Development assignment, part of it is reading in a .csv file with records of student info.
This particular form is intended to work by the user selecting gender and age from a combo box which causes a listbox to be filled with names of students from the Db respective to the aforementioned settings.
I'm trying to work out how the Age combo selection will work as the only way of finding age is by the date of birth record (StudentInfo(x).DOB)
So after the year of birth is found a Select Case will need to be put in to link the year with the respective age value (e.g 1994 = 18).
I'm fairly novice at Visual Basic just so you know. I've been using it for 3-4 years(I'm in Year 12) however this is high school skill level and we don't really learn a lot over those three years.
I'm working on a Software Design & Development assignment, part of it is reading in a .csv file with records of student info.
This particular form is intended to work by the user selecting gender and age from a combo box which causes a listbox to be filled with names of students from the Db respective to the aforementioned settings.
I'm trying to work out how the Age combo selection will work as the only way of finding age is by the date of birth record (StudentInfo(x).DOB)
So after the year of birth is found a Select Case will need to be put in to link the year with the respective age value (e.g 1994 = 18).
I'm fairly novice at Visual Basic just so you know. I've been using it for 3-4 years(I'm in Year 12) however this is high school skill level and we don't really learn a lot over those three years.