I have an "employee time sheet record" database. Its fields are: Date, EmployeeName, EmployeeNo, WorkHours.
I need to make a report that print the data horizontally, like this:
|------- D A T E ----------|
NAME EMP.NO. 1 2 3 4 5 ........31
Bob 12345 12 12 12 0 0 ..<- work hrs.
Ron 67890 0 0 12 12 12
Please help me how to make it.
Thank you for your help.
crendra@hotmail.com
I need to make a report that print the data horizontally, like this:
|------- D A T E ----------|
NAME EMP.NO. 1 2 3 4 5 ........31
Bob 12345 12 12 12 0 0 ..<- work hrs.
Ron 67890 0 0 12 12 12
Please help me how to make it.
Thank you for your help.
crendra@hotmail.com