Hi all:
Using CR8.5 Developer and MSSQL 2000.
I want to list all of an employee's attendance records for a given date range if he has a certain code.
For example:
Date Code Hours
1/4/03 P 7.5
1/5/03 V 7.5
1/6/03 P 7.5
1/7/03 P 7.5
1/8/03 P 7.5
1/9/03 R 7.5
1/10/03 Z 7.5
Since he has a "Z" code I want to show all his transactions for the above date range, not just the "Z" code date.
Normally I would create a temp file by looping through the employee file and if I came across any attendance records of his that had a "Z" code, I would add his name to the file.
Then I would relate the attendance file to the temp file and report off of it.
Not sure how to do this in crystal.
Thanks
Terry
Using CR8.5 Developer and MSSQL 2000.
I want to list all of an employee's attendance records for a given date range if he has a certain code.
For example:
Date Code Hours
1/4/03 P 7.5
1/5/03 V 7.5
1/6/03 P 7.5
1/7/03 P 7.5
1/8/03 P 7.5
1/9/03 R 7.5
1/10/03 Z 7.5
Since he has a "Z" code I want to show all his transactions for the above date range, not just the "Z" code date.
Normally I would create a temp file by looping through the employee file and if I came across any attendance records of his that had a "Z" code, I would add his name to the file.
Then I would relate the attendance file to the temp file and report off of it.
Not sure how to do this in crystal.
Thanks
Terry