I want my query to look up and sort data based on a batch number entered by the user. For example, we may have a several lines of data for batch 111222 and we want all of those sorted. Can I create a prompt in my query that will ask which batch to sort through and then use the number the user enters to complete the query? What would be the best way to do that if not in the query. Thanks.