I'm trying to create a list of all the oldest orders my customer has. but I can't seem to get my subquery to list one record for each CustomerID. Whenever I add the Order Amount to the subquery every orders lists.
I have these tables
tblCustomers - Customer ID, Customer Name, etc...