accessjockey
New member
- Local time
- Today, 10:52
- Joined
- Oct 5, 2008
- Messages
- 9
Hi All,
Here's a new challenge.
I have a table called 'Timesheets'
Each row is a record of one particular staff members time spent on a range of projects. See below.
I have created the table this way to minimise the amount of records one staff member would enter each day to one row even though they may have worked on up to 4 projects. Which project and how many hours they worked can be stored in whatever field they choose to enter the data in.
Here's the challenge!
I am trying to create a query that will total the amount of hours spent on a particular project. The query will prompt the user for the project number (Like "*"& [Enter the Project Number]&"*") and then go find the data.
For example. Totaling the hours spent on Project 001. See below.
All my attempts have failed.
Can anyone meet this challenge?
Here's a new challenge.
I have a table called 'Timesheets'
Each row is a record of one particular staff members time spent on a range of projects. See below.
I have created the table this way to minimise the amount of records one staff member would enter each day to one row even though they may have worked on up to 4 projects. Which project and how many hours they worked can be stored in whatever field they choose to enter the data in.
Here's the challenge!
I am trying to create a query that will total the amount of hours spent on a particular project. The query will prompt the user for the project number (Like "*"& [Enter the Project Number]&"*") and then go find the data.
For example. Totaling the hours spent on Project 001. See below.
All my attempts have failed.
Can anyone meet this challenge?