what you should do is make a person class (i'm assuming persid is person) with all the attributes that the person table has. SO if your person table has ID, Fname, LName, DOB, SSN etc.. stuff like that, then your class will mirror that using properties. So then what I would do is have a button...