G
Guest
I defined a text box using the Dsum function as follows:
=DSum("[Distance]","Hikes","[HikeId] <= " & [Forms]![RunningSums]!HikeId)
It works well however, it only works when viewing the entire data-set. The
data-set contains data for 6 years. If I enter a query such as: DateClimbed
greater than 1/1/05; the resulting records are for only this year but the
running sum is for all records in the table. I want to see the running totals
for this year alone. Suggestions?
=DSum("[Distance]","Hikes","[HikeId] <= " & [Forms]![RunningSums]!HikeId)
It works well however, it only works when viewing the entire data-set. The
data-set contains data for 6 years. If I enter a query such as: DateClimbed
greater than 1/1/05; the resulting records are for only this year but the
running sum is for all records in the table. I want to see the running totals
for this year alone. Suggestions?