I have a table with invoices. I have another table with payments for those invoices. They join by a common field called [InvoiceKey]. I want my query to ONLY show the invoices that have multiple payments not the ones that have only one payment. Is this possible? If so, how do I do this?
Thanks in advance.
Thanks in advance.