crystalfun
Programmer
I have two tables. Table 1: all employee data including termination date. Table 2: Termination table which includes termination reason.
I need to write a report that includes term. date and reason in one of the headers. If the employee is still active I still want the employee report to run but not show term date and reason. I know have to use both tables and link using employee ID and understand how to suppress if they are active.
The problem I'm having is that when I run reports for each employee only the ones who have been terminated print. If the employee is active their date won't print. Is there some sort of special linking, joining, or something else I need to do to get the report to print for an employee weather they are terminated or active?
I need to write a report that includes term. date and reason in one of the headers. If the employee is still active I still want the employee report to run but not show term date and reason. I know have to use both tables and link using employee ID and understand how to suppress if they are active.
The problem I'm having is that when I run reports for each employee only the ones who have been terminated print. If the employee is active their date won't print. Is there some sort of special linking, joining, or something else I need to do to get the report to print for an employee weather they are terminated or active?