S
Shock
Hi everyone,
I have never posted to this group before, but I am desperate! I am
helping a friend with an access database and I am having trouble with
the running sum option. Here is the detail line and some fictional
data below:
Course Grade Points CumPts
Cis440 A 4 4
CSC235 B 3 7
mgt590 D 1 8
Right now I am only able to get the first three columns to work
correct. I used a query to get the information in those columns and
then I brought that information into the report. Now, inside the
report I am trying to get the cumpts column to work correctly. So far
I have created a textbox for that column in the detail section and I
have changed control source to =sum(Points) and runningsum to over
group. I thought this would work since runningsum increments the
field by the field in parentheses in the last sentence (i.e.
=sum(Points). But this isn't working for me. Instead I get this
result:
Course Grade Points CumPts
Cis440 A 4 4
CSC235 B 3 3
mgt590 D 1 1
which is obviously incorrect. I am sorry to bother with such a simple
problem for most of you, but it is 3:30 am and I am pretty frustrated.
I thought this might be a grouping problem, but I don't see how
because the group header for this detail section contains
StudentNumber which is used to group the students classes/grades by.
Any help is appreciated!
Thanks,
Shock
I have never posted to this group before, but I am desperate! I am
helping a friend with an access database and I am having trouble with
the running sum option. Here is the detail line and some fictional
data below:
Course Grade Points CumPts
Cis440 A 4 4
CSC235 B 3 7
mgt590 D 1 8
Right now I am only able to get the first three columns to work
correct. I used a query to get the information in those columns and
then I brought that information into the report. Now, inside the
report I am trying to get the cumpts column to work correctly. So far
I have created a textbox for that column in the detail section and I
have changed control source to =sum(Points) and runningsum to over
group. I thought this would work since runningsum increments the
field by the field in parentheses in the last sentence (i.e.
=sum(Points). But this isn't working for me. Instead I get this
result:
Course Grade Points CumPts
Cis440 A 4 4
CSC235 B 3 3
mgt590 D 1 1
which is obviously incorrect. I am sorry to bother with such a simple
problem for most of you, but it is 3:30 am and I am pretty frustrated.
I thought this might be a grouping problem, but I don't see how
because the group header for this detail section contains
StudentNumber which is used to group the students classes/grades by.
Any help is appreciated!
Thanks,
Shock