I have a report that opens from a form. This form has two combo boxes "cboVenOne" and "cboVenTwo" and a button that says run report. I want the query to pull up the ranges of vendors between those two combo box selections. I am assuming I would use a CoCmd.OpenReport with a where command. Any help would be appreciated.