I have developed a dbase for auditing employees each month. Each audit will have it's own record (this means if an employee was audited 40 times for the month of June, then he should have 40 records for that month.
On my report I needed to count the # of records audited per month. I used the system date Field [SysDate]as my search field in my query. Criteria is as followed: Between [Enter Start Date]And[Enter End Date].
Problem: when searching, let's say 07/01/2004 to 07/15/2004. qry will only pull up to 07/14/2004. It doesn't pull the records for 07/15/2004. Why is this, and how can I fix it?
Thanks........
On my report I needed to count the # of records audited per month. I used the system date Field [SysDate]as my search field in my query. Criteria is as followed: Between [Enter Start Date]And[Enter End Date].
Problem: when searching, let's say 07/01/2004 to 07/15/2004. qry will only pull up to 07/14/2004. It doesn't pull the records for 07/15/2004. Why is this, and how can I fix it?
Thanks........