MikeAuz1979
Programmer
Hi,
Using Access 97 I have what I think is a really tricky problem.
I have the following query:
SELECT QryData.CONSUMER_NAME, QryData.STATE_CODE, QryData.Quarter, QryData.Year
FROM QryData;
and from this I would like to group this into Quarters/Years and get total figures for how many customers have been won (How many consumer names wern't in last quarters data but are in this quarter) and lost (How many consumer names were in last quarter but not in this quarter)
I haven't a clue where to start so any help would be appreciated!
Thanks in advance!
Mike
Using Access 97 I have what I think is a really tricky problem.
I have the following query:
SELECT QryData.CONSUMER_NAME, QryData.STATE_CODE, QryData.Quarter, QryData.Year
FROM QryData;
and from this I would like to group this into Quarters/Years and get total figures for how many customers have been won (How many consumer names wern't in last quarters data but are in this quarter) and lost (How many consumer names were in last quarter but not in this quarter)
I haven't a clue where to start so any help would be appreciated!
Thanks in advance!
Mike