Hi
I have a query that includes a number of defined calculations, such as "TotalCost: [Quantity]*[UnitCost]", and " MyYear: DatePart("yyyy",[Date1])".
I am trying to build another query based on the first, using these fields as criteria in a dsum and dcount expression.
My first question is...