G
Gina
Hi.
I would like to create a query that shows those customers who have brought
the most money.
I have a date in my invoice table, but do not know how to use it properly to
show up what is required
PerYear: DatDiff("y";[Invoice]![InvoiceDate];Now())
The above gives me an error saying there wouldn't be an InvoiceDate in the
aggregate function
Any help most appreaciated, thanks
Gina
I would like to create a query that shows those customers who have brought
the most money.
I have a date in my invoice table, but do not know how to use it properly to
show up what is required
PerYear: DatDiff("y";[Invoice]![InvoiceDate];Now())
The above gives me an error saying there wouldn't be an InvoiceDate in the
aggregate function
Any help most appreaciated, thanks
Gina