eclecticbmxer
Registered User.
- Local time
- Yesterday, 19:58
- Joined
- Jul 9, 2002
- Messages
- 10
Query based controls driving us nuts!, can anybody help...PLEASE
Hello, thanks for reading this.
I have hardly used access before, but my supervisor dumped on me last week the task of improving an existing database. In other words, I have pretty much been working with VBA with no prior knowledge. I have handled my problems fairly well so far (thanks to some members of these forums
) but now I'm really stuck.
I have a table (tblHours) that includes a field for the hours spent each day on a specific task by a certain in a pay period (the pay period, employee ID, and the task ID are separate fields).
I created a query to calculate the total number of hours (fiscal year to date) per task for each employee.
There is a form frmEmployeeHours which contains the subHours subform. The subform is based on tblHours.
My boss wants me to add a control to display the total number of hours worked (fiscal year to date).
I asked a friend that works with me (who knows a great deal more about programming than I) and he is also stumped.
Is there any way to do this without getting into a whole mess of code and the like? Or do I have a truckload of programming in VBA and Access macros to learn before I can finish this task?
I also have another problem with another control my supervisor wants on the form, but that can wait till I have this taken care of.
Thank you for reading all this, PLEASE reply if you have an idea
Hello, thanks for reading this.
I have hardly used access before, but my supervisor dumped on me last week the task of improving an existing database. In other words, I have pretty much been working with VBA with no prior knowledge. I have handled my problems fairly well so far (thanks to some members of these forums

I have a table (tblHours) that includes a field for the hours spent each day on a specific task by a certain in a pay period (the pay period, employee ID, and the task ID are separate fields).
I created a query to calculate the total number of hours (fiscal year to date) per task for each employee.
There is a form frmEmployeeHours which contains the subHours subform. The subform is based on tblHours.
My boss wants me to add a control to display the total number of hours worked (fiscal year to date).
I asked a friend that works with me (who knows a great deal more about programming than I) and he is also stumped.
Is there any way to do this without getting into a whole mess of code and the like? Or do I have a truckload of programming in VBA and Access macros to learn before I can finish this task?
I also have another problem with another control my supervisor wants on the form, but that can wait till I have this taken care of.
Thank you for reading all this, PLEASE reply if you have an idea

Last edited: