Hello,
I'm having a difficult time finding the answer to my situation. Searched alot but I couldn't find any conclusive solution.
Here is the situation:
I have a table with 32 columns. The first column is populated with client id-s (unique for every client), and the other 31 columns represent one day of the month. I'm trying to create a query that calculates the average of client orders for each client (a row average). One solution yould be a simple SUM function divided by the number of days in each month, but i'm trying to see if there is a function that i can use without SUM/31.
I saw that in Access2000 there was a Ravg function but that does not work in Access2003
Can anyone tell me if there is a function that i can use?