S
Steve
I have a database I am working on. So far, I have used
the table analyzer and split the original table into 3
tables.
The majority of the fields in the tables are questions,
and the answers are either 1 or 0.
What I need to be able to do, is total all of the
questions. For example Q1+Q2+Q3=Total. The problem is,
whenever I attempt to do the calculation { Sum([Q1]+[Q2]+
[Q3]), I receive the error "You tried to execute a query
that does not include the specified expression 'ID' as
part of an aggregate function." ID is just an autonumber
linking to one of the other tables.
I am at a loss.
the table analyzer and split the original table into 3
tables.
The majority of the fields in the tables are questions,
and the answers are either 1 or 0.
What I need to be able to do, is total all of the
questions. For example Q1+Q2+Q3=Total. The problem is,
whenever I attempt to do the calculation { Sum([Q1]+[Q2]+
[Q3]), I receive the error "You tried to execute a query
that does not include the specified expression 'ID' as
part of an aggregate function." ID is just an autonumber
linking to one of the other tables.
I am at a loss.