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 in a record, not to the record itself.
Thanks in advance for any possible solution.
Thanks in advance for any possible solution.