B
Ben
Hi,
I tried to use first function in my query to select on the last order of a
customer but the result return with the first orderdate record.
What I want is the last Order date records. How do I sort the orderdate by
desc by using first function ?
My qeury look like this :
Select First(CustomerCode), First(OrderDate), Sum(Qty)
From CustOrder
Group By CustomerCode.
Thanks in advance for any kind reply.
Ben
I tried to use first function in my query to select on the last order of a
customer but the result return with the first orderdate record.
What I want is the last Order date records. How do I sort the orderdate by
desc by using first function ?
My qeury look like this :
Select First(CustomerCode), First(OrderDate), Sum(Qty)
From CustOrder
Group By CustomerCode.
Thanks in advance for any kind reply.
Ben