My database looks some this like this
Name Arr_Time Dep_Time date
X 10.00 20.00 1/1/2004
X 11.00 20.00 2/1/2004
and so on till the end for all employees
I want to display records in this format.
Name day 1 day 2 day 3
X 10 11 13
I am using Crystal Reports 8.5 and SQL Server 2000
Name Arr_Time Dep_Time date
X 10.00 20.00 1/1/2004
X 11.00 20.00 2/1/2004
and so on till the end for all employees
I want to display records in this format.
Name day 1 day 2 day 3
X 10 11 13
I am using Crystal Reports 8.5 and SQL Server 2000