Hello from a newbie
I would like to do a customer monthly report from last year fiscal year. It starts from July 2001-July 2002.
In Dec 25, 2002, I want to report list of customers that are still with us in a particular month.
I have Customer table with: CustID, AddDate, and DropDate Fields.
June 2002 Customers = new customers that are added before 6/30/02 + old customers that are still with us until 6/30/02 - old customers that are gone/dropped before 6/1/02.
How would I create a query out of this?
Thank u for the help.

I would like to do a customer monthly report from last year fiscal year. It starts from July 2001-July 2002.
In Dec 25, 2002, I want to report list of customers that are still with us in a particular month.
I have Customer table with: CustID, AddDate, and DropDate Fields.
June 2002 Customers = new customers that are added before 6/30/02 + old customers that are still with us until 6/30/02 - old customers that are gone/dropped before 6/1/02.
How would I create a query out of this?
Thank u for the help.

Last edited: