G
Guest
Hello all..
I need some help creating a query. This is the scenario:
- I need to COUNT all records that are ACTIVE (I have a checkbox, = True)..I got this one
- AND the records must have an ACTIVEDATE (in tblClientInfo) between the STARTDATE and ENDDATE (separate form) that the user enters prior to the query running...I got this also
- AND the records must be >=18 AND <=34
I have a Birthdate Field in my table tblClientInfo...
I dont know how to do an expression or calculation within a query so I can capture all 18 to 34 year olds...I have tried so many ways, but no luck...
So, I need a count of all active 18 to 34 year olds that became active between a given date range...
Please any help is appreciated
Thanks
GB
I need some help creating a query. This is the scenario:
- I need to COUNT all records that are ACTIVE (I have a checkbox, = True)..I got this one
- AND the records must have an ACTIVEDATE (in tblClientInfo) between the STARTDATE and ENDDATE (separate form) that the user enters prior to the query running...I got this also
- AND the records must be >=18 AND <=34
I have a Birthdate Field in my table tblClientInfo...
I dont know how to do an expression or calculation within a query so I can capture all 18 to 34 year olds...I have tried so many ways, but no luck...
So, I need a count of all active 18 to 34 year olds that became active between a given date range...
Please any help is appreciated
Thanks
GB