Hello,
I am working in Access 2000 and have a query based on avg percentages.There are two fields, one for usersId, and the other is percentages. What I am trying to do is to group by userId and then find the average.There are only about 332 lines of code. when I run this query I get an "overflow" error message.
I have looked thoruhg this forum and nothing really fit my problem. When I get my percentages, I get them from another query, and give about 13 digits after the decimal, is this part of the problem? Can I change the decimal remainder in a query?
Any help is greatly appreciated.
I am working in Access 2000 and have a query based on avg percentages.There are two fields, one for usersId, and the other is percentages. What I am trying to do is to group by userId and then find the average.There are only about 332 lines of code. when I run this query I get an "overflow" error message.
I have looked thoruhg this forum and nothing really fit my problem. When I get my percentages, I get them from another query, and give about 13 digits after the decimal, is this part of the problem? Can I change the decimal remainder in a query?
Any help is greatly appreciated.