G
Guest
I am trying to add a cumulative total column into an existing query. Every
time I try to run the query below Access shuts down. Is there a problem with
the expression I am using?
SELECT[qry York Data -- PTD].Period, [qry York Data -- PTD].Month, [qry York
Data -- PTD].[PTD VC Strategic], (SELECT Sum([PTD VC Strategic]) FROM [qry
York Data -- PTD] AS [Self] WHERE [Self].[Period] <= [qry York Data --
PTD].[Period]) AS CumulativeTotal
FROM [qry York Data -- PTD];
time I try to run the query below Access shuts down. Is there a problem with
the expression I am using?
SELECT[qry York Data -- PTD].Period, [qry York Data -- PTD].Month, [qry York
Data -- PTD].[PTD VC Strategic], (SELECT Sum([PTD VC Strategic]) FROM [qry
York Data -- PTD] AS [Self] WHERE [Self].[Period] <= [qry York Data --
PTD].[Period]) AS CumulativeTotal
FROM [qry York Data -- PTD];