R
rudwan
hi
i have a table contain :
CustID long
InvDate Date
InvAmount Currency
Shipped boolian
i designed grouped by query to give me last invoices for
each customer like this :
CustID groupby
InvDate Max
who i can bring invamount & shipped from the same query
i have a table contain :
CustID long
InvDate Date
InvAmount Currency
Shipped boolian
i designed grouped by query to give me last invoices for
each customer like this :
CustID groupby
InvDate Max
who i can bring invamount & shipped from the same query