I need to create a simple query without using VBA (I hope) that will allow me to enter a product name and, if it exists, return all matching records for that product. If the product does not exist, then I need to see all records in the table. I have set up a parameter query to allow me to enter the product name, but if I enter blank for the product name, I get no records returned. How can I set this up to get what I need? Is there a simple edit to the SQL code that is generated? I'd be willing to do that.



