bballhermit
Registered User.
- Local time
- Today, 16:16
- Joined
- Oct 14, 2010
- Messages
- 40
I am trying to design a form/subform combo as described here:
The main form has combo boxes selecting the contract, task order, project, and year as filters. In the subform, then, I want to have all employees that have hours assigned to that project in that year to be displayed.
The subform I want to look like this where the month names and totals are the number of hours that employee is assigned to that project that month.
Last Name | First Name | Oct | Nov | ... | Aug | Sep | Total
.
.
.
Could you help me design a query and set up the subform to do this or point me to a resource/tutorial that would walk me through it? I am very new to Access.
Thank you.
My Table Structures:
tblWorkingHours
MonthId (Key)
Year
WorkingHours (Business hours in month)
MonthNum (1-12)
tblAssignments
AssignmentID (Key)
EmployeeID
ProjectID
MonthID
Hours (Hours this employee is assigned to this project this month.)
tblEmployees
EmployeeID
LastName
FirstName
Rate
The main form has combo boxes selecting the contract, task order, project, and year as filters. In the subform, then, I want to have all employees that have hours assigned to that project in that year to be displayed.
The subform I want to look like this where the month names and totals are the number of hours that employee is assigned to that project that month.
Last Name | First Name | Oct | Nov | ... | Aug | Sep | Total
.
.
.
Could you help me design a query and set up the subform to do this or point me to a resource/tutorial that would walk me through it? I am very new to Access.
Thank you.
My Table Structures:
tblWorkingHours
MonthId (Key)
Year
WorkingHours (Business hours in month)
MonthNum (1-12)
tblAssignments
AssignmentID (Key)
EmployeeID
ProjectID
MonthID
Hours (Hours this employee is assigned to this project this month.)
tblEmployees
EmployeeID
LastName
FirstName
Rate