Field to show count of records between dates

FannyPerpendicular

New member
Local time
Yesterday, 18:45
Joined
Jul 27, 2011
Messages
3
I'm creating a form to count the number of employees with birthdays between 2 dates. There are 2 unbound date fields; Start_Date and End_Date. I have an Employee table with DOB field. I've been stuck on how to get the field to return the correct number of employees that fall within the 2 dates.

Any ideas?
 
Hey there,
Check out the DCount() function.
Cheers,
 
I'm creating a form to count the number of employees with birthdays between 2 dates. There are 2 unbound date fields; Start_Date and End_Date. I have an Employee table with DOB field. I've been stuck on how to get the field to return the correct number of employees that fall within the 2 dates.

Any ideas?
See attached db
 

Attachments

Users who are viewing this thread

Back
Top Bottom