I have a form in which a user enters a name, address, dob, etc. into textboxes. Upon completion of one record, the user clicks a button which saves the info, populates a listbox on the same form with the just the name and dob, and then goes to a new record. What I want to know if there is...