criteria in a query

damsel

Registered User.
Local time
Today, 18:38
Joined
Jun 21, 2002
Messages
14
Hello from a newbie :D

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:
In the query criteria put this

AddDate . . . . . . . . . . . . . . . . . . . . . . .. DropDate

<[Enter month end date].....................IsNull
<[Enter month end date].....................> [Month start date]



I think !!

BTW your fiscal year contains 2 july's it should be July to June

Hope this helps
Col
 
Works wonderfully. Thanks a lot Colin :)
 

Users who are viewing this thread

Back
Top Bottom