I bet the answer to this one is easy but I just can't see it, I have a table with names and tasks fields and one ID field. everything is text except the ID field. the tasks fields will only contain numbers. What I am trying to do is create a procedure that the user inputs a number in a text box and then clicks the button and it will display all records that contain that number. This has to be generic as possible to allow for expansion on the table.