sgtblitz,
If I read this correctly, in your form you must have text boxes for each search criteria: Product name, ISBN, and author. Dim your variables strProductname, strISBN, strAuthor as strings and then set your variables = to the corresponding text boxes in your form eg strProductname =...