I have attached my program which adds student names and their marks to 2 seperate list boxes once inputted using text boxes
Problem is every student name and student mark is added twice - please help me figure out why?
Second problem: I have added a find command button, so when user enters a student mark it will highlight their name and mark, but I keep getting a compile error "argument not optional" because I think one of the properties is incorrectly assigned to a listbox in a sub procedure I call...