P
PFW
I have created a user function that averages values in columns for each
record. It seems to work fine up to a point. The table has 30 columns for
scores. I can pass 29 columns/values to the function but when I pass the
30th column I get a message that says teh expression is too complex.
I can't find anything on limitations of this type. The user function has a
ParamArray as its single argument.
Any thoughts?
record. It seems to work fine up to a point. The table has 30 columns for
scores. I can pass 29 columns/values to the function but when I pass the
30th column I get a message that says teh expression is too complex.
I can't find anything on limitations of this type. The user function has a
ParamArray as its single argument.
Any thoughts?