I built a query that in turn is used in a report. The users of the database would like the option to run the report either by name or employee number along with a date range. So I added the field for Employee number to the query using Where in the total row and placing [number:] in the or row. When I run the report it asks for the employee. It then asks for the date range. It then asks for the number. if I do not put in a name but do put in the number and the date range for employee I know is in the database it does return a query result. The problem is I need to order the parameter boxes in a way so it first brings up the name box, then the number box and then the boxes for the dates.