When you create totals queries, Access renamed the aggregated data so
Avg(Hours) becomes AvgHours. So, unless you specifically assigned an alias, Access picks the name. Run the query and check the names.
Thanks for your suggestion, Yeh! I already had an alias within the query qry AverageHours, I just realized that none of these averages even if I got them to run would be a close to true and fair representation of averages, So I am thinking the best possible way would to
1. divide/split the whole range of figures into 0-99hrs, 100-199hrs,200-299hrs etc etc.
2 . Get a total count of each in each range.
3 get which ever range has the the top most figure(highest value),
4 Now get the average (not sure which average to use though) figure within whatever range had the highest count and then whatever that figure is would the closest value to the a true average.
The whole reason for these calculations are for when we have 20 or 30 new staff every couple of months that may transfer over into our dept mid financial season, These new comers will be each be allocated the average O/T hours taken from our existing staff records. So it has to be fair as there are a just few individuals the really go overboard on overtime and because of those few our conventional way of calculating averages just aren't fair enough.. So I am attempting to get the fairest way of getting a nearest to the true average possible.
Please help me with this if you can
So I'll try and explain where I coming from with an example:
If I said to someone I'll sell you my house for whatever the average sold price was price in a large housing estate, you might be happy at that thinking It'll be a fair price, but if 198 out of two hundred all sold for say 100:00 dollars and say two houses sold for 10,000:00 then I'd be expecting you to sell me the house for 100:00 and not a cent more(mode average), but if I calculate this using my bog standard (
Mean) average, It'll actually calculate to nearly 200:00, which is of course not fair selling price and you would probably tell me to forget it and keep your money correct!
So we could calculate using (mode) method if the figures I gave were a true reflection, But, we all know figures are not that straight forward to work with (as the majority of houses would not sell for the exact same amount in the real world).
So taking the same example ,I think I would get the fair amount if I split the the sales figures into ranges 0-99, 100-199 etc!, then the range that had the highest "Count" as in within each range which had the most sales hits, then this would be the range that I worked an average on to gain a truer average, a fairer average, As in the case above I'd be selling for 100:00 which is and would be a fair price ,Yeh!
So back to the drawing board this is what I really need to achieve if it possible, but I need some directional help with it, as I am not great with MS Access / Group queries or what ever I need to do.
Does any one agree with me or am I just plain wrong! with this?