Hi,
I have a database with a table of every client (current and cancelled clients) and a query just showing the current clients.
I want to show if the number of clients is increasing or decreasing, but I'm unsure how?
I was thinking maybe calculating the average number of records for this month, and then seeing if the current client is above or below this average.
In VBA I have CRecords = ("*", "qCurrentClient")
TRecords = ("*", "tblClientDetails")
Thanks in advance - any ideas welcomed,
Dan
I have a database with a table of every client (current and cancelled clients) and a query just showing the current clients.
I want to show if the number of clients is increasing or decreasing, but I'm unsure how?
I was thinking maybe calculating the average number of records for this month, and then seeing if the current client is above or below this average.
In VBA I have CRecords = ("*", "qCurrentClient")
TRecords = ("*", "tblClientDetails")
Thanks in advance - any ideas welcomed,
Dan