Hi,
I want to create a Report that seems simple, but I canīt figure out how to make it.
I already have a Query with the following:
Number of Clients
Month
Production
Commission
So the query bring data per month and sum the production, number of clients and commission of that month.
I want a report that will give me:
Number of Clients
Production
Commission
% of growth of number of clients compared to last month
% of growth of number of clients compared to same month last year
The problem is two:
1) How can I make the report bring only data from the current month? Since the query have data from all months?
I thought about making a query that will bring data only for the current month, but then how can I calculate % compared to other months if itīs not there?
2) How to make those calculations of growth?
Iīm almost getting the data from the query, pasting in excel and creating my own report, but seems dumb, since Access is certainly capable of doing that.