Kckronic21
Programmer
I have a problem. I have a table called “Employee” The fields in that table are: “Last_Name”, “First_Name”, “Date_of_Hire”, “Center”,“Position”, “Promoted”, and “Promoted_Date”. I have created a Form called “Annual_Form” and I have created a combo box that list all of the “Centers” and a combo box that list all of the “Months” of the year. I want to set up a monthly report that shows all Employees by their “Center”. For Example: If “employee A” was hired on 5/6/01, I want that person to show up in the May report. If “employee B” was hired on 7/04/98 and promoted on 8/9/01, I want that person to only show up in the August report and not in the July report. Thanks!