Ok to explain the entire problem it goes like this..
I am building a report to count the amount of customers that have had a transaction in the last X amount of days (the criteria for the query is that they enter in an amount of days and the query brings up records in the last X amount of days made by those customers) In the report based on this single query you get a list of all the customers and their transactions but if a customer has multiple transactions in the period it will obviously show both of them uner the customers name. I want to be able to count the number of customers that have made transaction but a simple count function in that report will count each transaction.
Solution? I made a query to filter the names down to no duplicates and another query based on the second query to count the second query... Now I am trying to get the number spit out by that third query into the first report... I have tried to use dlookup and I haven't gotten it to work. Any idea on how I can get information from a different query to show up in the report? Or perhaps a different way than making three queries? THanks
Dymas
I am building a report to count the amount of customers that have had a transaction in the last X amount of days (the criteria for the query is that they enter in an amount of days and the query brings up records in the last X amount of days made by those customers) In the report based on this single query you get a list of all the customers and their transactions but if a customer has multiple transactions in the period it will obviously show both of them uner the customers name. I want to be able to count the number of customers that have made transaction but a simple count function in that report will count each transaction.
Solution? I made a query to filter the names down to no duplicates and another query based on the second query to count the second query... Now I am trying to get the number spit out by that third query into the first report... I have tried to use dlookup and I haven't gotten it to work. Any idea on how I can get information from a different query to show up in the report? Or perhaps a different way than making three queries? THanks
Dymas