OK! I have a form that allows the user to select their criteria from a list box for a certain report. I have a function that loops through the values selected. These values are then in the WHERE clause of the openReport method. Now I want to add more list boxes to selection criteria BUT HOW CAN I USE MULTIPLE WHERE CLAUSES in the openReport method? Thanks!!