W
Walter
I am having problem calculating data for a new column in a Query. I want to
be able to use data stored in a table to calculate new data. For example,
the table has the following data:
Subject Year Weighting
1st Year 1
2nd Year 2
In a query I want to retrieve a weighting of 2nd year and multiply by count
of subjects in another table. I want to be able to group them into Department
Department Subject Year
A Accounting 1st
A Calculus 2nd
A Statistic 2nd
B Calculus 2nd
so I want to be able to count all 2nd year subjects for each department and
then multiply the count with number stored in the first table.
Result I wanted:
Department Weighted Count (2nd year)
A 4
B 2
How do I go about doing that? I am using Access 2003.
be able to use data stored in a table to calculate new data. For example,
the table has the following data:
Subject Year Weighting
1st Year 1
2nd Year 2
In a query I want to retrieve a weighting of 2nd year and multiply by count
of subjects in another table. I want to be able to group them into Department
Department Subject Year
A Accounting 1st
A Calculus 2nd
A Statistic 2nd
B Calculus 2nd
so I want to be able to count all 2nd year subjects for each department and
then multiply the count with number stored in the first table.
Result I wanted:
Department Weighted Count (2nd year)
A 4
B 2
How do I go about doing that? I am using Access 2003.