Got it. You'll need to add a second copy of both Audit and Employee to the report. When you try to add a table to the report that is already on the report, Crystal will throw up a warning and ask if you want to "alias" the table. It will then add the table to the report with "_1" on the end of the table name. So, you'll have Audit_1 and Employee_1.
Link to Audit_1 the same way that you link to Audit. Then link from Audit_1 to Employee_1. The set of Audit/Employee will be for the Intake employee and the set Audit_1/Employee_1 will be the Releasing employee.
In the Select Expert, you'll have something like this:
{Audit.status} in [1, 101] and
{Audit_1.status} in [4, 7]
Use the employee name from Employee_1 where you need to put the Releasing Employee name.
-Dell