R
realspido
I need to generate a database for time sheets which I have to prepare weekly
I need to have for each record containing information about "week ending
date", sub list with employees. I tried to make relation one-to-many between
two tables (one with employees, second with dates) but it's not what I need.
So what to do to have same list of employees in each "date record"?
Form would look like:
Date: .......
Name:......
day area hours
Mon area1 ...
Mon area2 ...
Tue area3 ...
Tue area4 ...
....
....
And same for next employees
The problem is I want to make it simple for people who will make time
sheets, so I need to have a list of all employees for every week ending date,
so you wouldn't have to type 50 names every week (same names)
Another problem is that every day is splitet on two areas one employee
works, and there must be 7 week days on one form to make weekly reports.
I hope it's clear what I'm trying to explain.
Please for help.
I've done it in excel but it takes too much memory and after few weeks is
too slow...
Thank you
I need to have for each record containing information about "week ending
date", sub list with employees. I tried to make relation one-to-many between
two tables (one with employees, second with dates) but it's not what I need.
So what to do to have same list of employees in each "date record"?
Form would look like:
Date: .......
Name:......
day area hours
Mon area1 ...
Mon area2 ...
Tue area3 ...
Tue area4 ...
....
....
And same for next employees
The problem is I want to make it simple for people who will make time
sheets, so I need to have a list of all employees for every week ending date,
so you wouldn't have to type 50 names every week (same names)
Another problem is that every day is splitet on two areas one employee
works, and there must be 7 week days on one form to make weekly reports.
I hope it's clear what I'm trying to explain.
Please for help.
I've done it in excel but it takes too much memory and after few weeks is
too slow...
Thank you