I have a table that contains the fields CustomerID and InvoiceNo. Any of the customers can have one or more invoices. How can I create a query that shows all customers that have at least 2 invoices? I've already tried writing the expression with operators, but they only refer to a specific value...