L
LMB
Hi Guys,
I am making a query so I can make a subform from it. I want to start with my table design first so I know that is correct. Purpose of the table is to keep track of what areas employees work and then I will total the hours worked in a query. Finally I need to have a report that is like a spreadsheet with a vertical list of employees then the column headers will be the work areas. It will look like this. I hope it shows up right.
cvicu msicu
Linda 24 24
Mary 12 48
By looking at this report, I will be able to decide between these employees who's turn it is to work in a particular area. We want everyone to have equal time in all areas.
Table Design I think will work.
tblEmployee
EmployeeID
EmployeeLastName
EmployeeFirstName
tblWorkAreas
WorkAreasID
WorkArea (field names are cvicu, msicu, etc...)
tblAreaWorked
AreaWorkedID
EmployeeID
WorkAreaID
WorkAreaDate
WorkAreaHours
Let me know if my tables are ok.
Thanks,
Linda
I am making a query so I can make a subform from it. I want to start with my table design first so I know that is correct. Purpose of the table is to keep track of what areas employees work and then I will total the hours worked in a query. Finally I need to have a report that is like a spreadsheet with a vertical list of employees then the column headers will be the work areas. It will look like this. I hope it shows up right.
cvicu msicu
Linda 24 24
Mary 12 48
By looking at this report, I will be able to decide between these employees who's turn it is to work in a particular area. We want everyone to have equal time in all areas.
Table Design I think will work.
tblEmployee
EmployeeID
EmployeeLastName
EmployeeFirstName
tblWorkAreas
WorkAreasID
WorkArea (field names are cvicu, msicu, etc...)
tblAreaWorked
AreaWorkedID
EmployeeID
WorkAreaID
WorkAreaDate
WorkAreaHours
Let me know if my tables are ok.
Thanks,
Linda