Data in arrays

R

Rudi

Hi

I would like to put data in an array. Take the following for an example:

I have to create a Timesheet that takes as input , every employee's hours
that he/she has worked every hour of every working day on specific projects.
Thus, as an employee, I must enter under a specific date, the hours I have
worked and on which projects. Thus my array would look something like this:
Employee->Month->Day->Hours->Project. After all the employees have entered
their info The database must contain and show how all the hours a certain
employee has worked on which project for all the days for each month for each
employee. How do I create such an array? Afterwards, I must be able to see
how many hours a certain employee has worked on which project and exactly
when this was.

Regards,
 
Top