Hello Everyone, I'm almost finished with a project I and some of you have been working on, I am at a crossroads with a Query criteria. My report prints showing something like this:
Condition-------Number of Conditions--------Conditioned Employee
(Simple List)----(count criteria)--------------(concatrelated based on employee name)(also separated by which department added the record.)
I have a "Timestamp" in the Query as well "Where" Year([timestamp])=Year(Now()) and Month([timestamp])=Month(Now())
The goal here is to only preview the records for that month based off time stamp however, when I run the report it now disregards my "which department added the record" and displays all fields with no thought to date? Can anyone explain why adding this Criteria made the report ignore all of them, also how to correct this problem.
3 Departments = 3 separate reports
I can accept either the ability to specify dates or have the program run reports for the current month.