Question I am preparing a student registration program for my college as a student. I am using labels, textboxes,options frames and command buttons and the program has been compiled and it has run. the problem is even if one filled only some of the details it still posts them on to my listbox.I need to set a way of ensuring that all details are filled before they can be updated on to a listbox.but i don't know how.
Answer Where are you storing all student details? I mean what backend you are using.
Make sure all required fields are Primary Key in the database, then use on error goto statement for any missing fields to resolve the problem.