bballhermit
Registered User.
- Local time
- Today, 16:11
- Joined
- Oct 14, 2010
- Messages
- 40
I have a project staffing form that displays employee records and their hours for each month of the selected year on the selected project (filtered by combo boxes) in a listbox. Also on the form, I want to have a couple text boxes that display the total number of hours and the total cost for the current project in the current year.
How can I create those query calculations and force the textboxes to be dynamically populated by the results? Is this something I want to use a DLookUp for? I am an Access Newbie.
Calculation Descriptions:
Budget Hours :: Sum of all hours worked by any employee in any month on the currently selected project.
Budget Cost :: Sum of All Employees of ( Employee Rate * Sum of Employee's Hours on Current Project)
See attached screenshot to see what I am working on.
Thanks!
How can I create those query calculations and force the textboxes to be dynamically populated by the results? Is this something I want to use a DLookUp for? I am an Access Newbie.
Calculation Descriptions:
Budget Hours :: Sum of all hours worked by any employee in any month on the currently selected project.
Budget Cost :: Sum of All Employees of ( Employee Rate * Sum of Employee's Hours on Current Project)
See attached screenshot to see what I am working on.
Thanks!