I have a table(tblOncReg) that contains a record number field(MedRecNo), last name(LNAME), and first name(FNAME).
I want to create a form with 3 text boxes that will accept a record number, last name, or first name, and search tblOncReg for associated records. The record should populate all...