Hi all,
I have a problem with a query. I have two tables, the first with customer ID's and contact data and related table with purchases for each customer. The second table has customer ID, date of purchase and amount.What I try to do is to display all the customers within given date range with average purchase above custom minimum. Purchase amount in my query is grouped by average. Query works fine regarding time frame, my problem is that I don't get just one single average value for each customer that meets the criteria. What I'm getting is a list of all the purchases for every customer that exceeds minimum value. I also un-ticked date field in query design so dates don't show when I run the query. How can I get just that one average value for each customer?
Regards, Samo