S
scubadiver
For the last couple of weeks I have been trying to design a website and it is
proving to be a bit more challenging than I thought. I thought I had managed
it but I've decided I need some advice.
The database records hours worked, hourly rates and holiday records for
permanent and temporary staff. On top of this, I need four records for each
staff member (for each week of the month, so they are NOT duplicate records)
For one part I have
Week number
Employee Name
Current (whether they are currently working)
Status (permanent or temporary)
Rate (the fee paid by the agency to the employee)
totfee (the charge paid by the company to the agency)
My supervisor has suggested that I use a cascading combo box so that when I
select the employees name, it populates the other four fields as well. I have
managed to get this to work
For permanent staff I have
Department
Sub-department (which uses a cascading combo)
contracted hours
Time and a half (overtime)
Double time (overtime)
6 boxes for different types of holiday.
For temporary staff I have
75 text boxes (25 subdepartments by 3 boxes for recording standard hours and
overtime, like the permanent staff). This is so that we can accurately record
how many standard and overtime hours each member of temp staff worked for any
one week.
Is there any way I can make this more efficient without compromising the
compiling the data using reports.
Thanks in advance
proving to be a bit more challenging than I thought. I thought I had managed
it but I've decided I need some advice.
The database records hours worked, hourly rates and holiday records for
permanent and temporary staff. On top of this, I need four records for each
staff member (for each week of the month, so they are NOT duplicate records)
For one part I have
Week number
Employee Name
Current (whether they are currently working)
Status (permanent or temporary)
Rate (the fee paid by the agency to the employee)
totfee (the charge paid by the company to the agency)
My supervisor has suggested that I use a cascading combo box so that when I
select the employees name, it populates the other four fields as well. I have
managed to get this to work
For permanent staff I have
Department
Sub-department (which uses a cascading combo)
contracted hours
Time and a half (overtime)
Double time (overtime)
6 boxes for different types of holiday.
For temporary staff I have
75 text boxes (25 subdepartments by 3 boxes for recording standard hours and
overtime, like the permanent staff). This is so that we can accurately record
how many standard and overtime hours each member of temp staff worked for any
one week.
Is there any way I can make this more efficient without compromising the
compiling the data using reports.
Thanks in advance