Here is my SQL Query that the report uses. I want the user to be able to enter the CustID#, that is a unique # to each order.
SELECT tblCustomers.CustID, tblCustomers.gilesCompanyName, tblCustomers.CompanyName, tblCustomers.BillingAddress, tblCustomers.BilltoCity, tblCustomers.BilltoState...