J
jennifer_hazen
Hi all - new to this group and having trouble with Access.
My goal is to take calculate a product in a "Group By" query, rather
than a sum. I've been doing some research and found a workaround using
the SQL statements POWER and LOG10 in combination with SUM (see:
http://www.sql-server-performance.com/user_defined_functions.asp).
Sounds great. But I can't seem to get it to work.
I create a "Group by" select query, using SUM as the expression
e.g. SUM (mytable.myvariable)
then modify it to:
POWER(10,SUM(LOG10 (mytable.myvariable)
And receive this error:
Undefined function 'POWER' in expression.
Does Access 2000 not recognize the terms POWER or LOG10? Or am I doing
something else wrong? Any suggestions?
Thanks! Jen
My goal is to take calculate a product in a "Group By" query, rather
than a sum. I've been doing some research and found a workaround using
the SQL statements POWER and LOG10 in combination with SUM (see:
http://www.sql-server-performance.com/user_defined_functions.asp).
Sounds great. But I can't seem to get it to work.
I create a "Group by" select query, using SUM as the expression
e.g. SUM (mytable.myvariable)
then modify it to:
POWER(10,SUM(LOG10 (mytable.myvariable)
And receive this error:
Undefined function 'POWER' in expression.
Does Access 2000 not recognize the terms POWER or LOG10? Or am I doing
something else wrong? Any suggestions?
Thanks! Jen