I apologize, I am not very good at writing code so let me see if I have this right. I create an unbound text box, this is what the users type the number in they wish to search for. I also create a command button and place the following code in the On_Click() event:
Me.RecordsetClone.FindFirst...