Query Builder. I am trying in my own db to create a query very close to YT3 in RRBYW10 Quote from query defintion FROM InvoiceHeader T35,Customer T9 WHERE T35.CustID = T9.CustID ORDER BY Company ASC GROUP BY T35.CustID,T9.Company
But I am missing where I can put the group by clause in the query builder Or do I have to create the query from Command line (or a commandfile)? Gunnar Ekblad
