I'm extremely new to Access, so if you need clarification on something I'd be happy to do that. I'm still learning the lingo.
I have a table with the following fields:
-ID number
-Function
-Date
-Start Time
-Stop Time
-Number Processed
I want to create a query that will calculate the hourly rate of units produced.
This is very easy to do when it's just one record at a time. I created a query to calculate the time spent and used that to determine the hourly rate.
But when I try to turn it into a totals query, it just doesn't work, and I get error messages about not including my functions as aggregate functions.
I want to be able to get the hourly rate for individuals, for specific functions, and on specific dates, but I can't seem to make the calculated fields work in a totals query.
Can someone see where I'm going wrong and assist?
Thanks in advance.
I have a table with the following fields:
-ID number
-Function
-Date
-Start Time
-Stop Time
-Number Processed
I want to create a query that will calculate the hourly rate of units produced.
This is very easy to do when it's just one record at a time. I created a query to calculate the time spent and used that to determine the hourly rate.
But when I try to turn it into a totals query, it just doesn't work, and I get error messages about not including my functions as aggregate functions.
I want to be able to get the hourly rate for individuals, for specific functions, and on specific dates, but I can't seem to make the calculated fields work in a totals query.
Can someone see where I'm going wrong and assist?
Thanks in advance.