C ckitzman Registered User. Local time Yesterday, 19:12 Joined Sep 15, 2006 Messages 13 Nov 1, 2006 #1 lots of customers. lots of orders. i need to query for the first order of each customer only. thoughts?
lots of customers. lots of orders. i need to query for the first order of each customer only. thoughts?
ColinEssex Old registered user Local time Today, 03:12 Joined Feb 22, 2002 Messages 9,451 Nov 1, 2006 #2 How about the Min() function based on the order date. Grouped by customer. Col