C
Carrie_Loos via AccessMonster.com
I have been researching and spending time in help - looks like I can write a
sub-query to do this but it is over my head - can anyone assist?
Below is an example of my query and I would like to add the cumlative column
on the end but cannot get it to calculate correctly. It is a very simple
query......
SELECT [Unit Nbr].[Unit Nbr], [Learning Rates].[Learning Rates], [Learning
Rates].b, 1 AS [Unit Time Begin], [Unit Time Begin]*([Unit Nbr]^) AS [Unit
Time 1]
FROM [Unit Nbr], [Learning Rates];
How and where do I enter a 'sub-query'?
Unit Nbr Learning Rates b Unit Unit Time Cumlative
1 70.00% -0.51 1 1.00
2 70.00% -0.51 1 0.70 1.70
3 70.00% -0.51 1 0.57 2.27
4 70.00% -0.51 1 0.49 2.76
5 70.00% -0.51 1 0.44 3.20
6 70.00% -0.51 1 0.40 3.59
Thanks for any help you can offer.
Carrie
sub-query to do this but it is over my head - can anyone assist?
Below is an example of my query and I would like to add the cumlative column
on the end but cannot get it to calculate correctly. It is a very simple
query......
SELECT [Unit Nbr].[Unit Nbr], [Learning Rates].[Learning Rates], [Learning
Rates].b, 1 AS [Unit Time Begin], [Unit Time Begin]*([Unit Nbr]^) AS [Unit
Time 1]
FROM [Unit Nbr], [Learning Rates];
How and where do I enter a 'sub-query'?
Unit Nbr Learning Rates b Unit Unit Time Cumlative
1 70.00% -0.51 1 1.00
2 70.00% -0.51 1 0.70 1.70
3 70.00% -0.51 1 0.57 2.27
4 70.00% -0.51 1 0.49 2.76
5 70.00% -0.51 1 0.44 3.20
6 70.00% -0.51 1 0.40 3.59
Thanks for any help you can offer.
Carrie