calculation fails -
11-15-2005
, 10:22 AM
I have a strange problem with a calculation. It seems to be working
for most "rows" in my table, but one set of rows fails, and I can't
figure out why. Can someone help me troubleshoot? Here's the set up.
I have two tables. The first, called COURSE, has two fields: Course
and Credit. The latter field lists the number of credits a student
earns for taking the course in Course. The Course field is related to
the Course field in another table. This second table, ALL, has a field
Students that stores the number of students. It also has fields for
Semester and year. What I want to calculate is the number of credits
generated by each course each semester, so I use a calculation field in
the ALL table that looks like "Students*COURSE::Credit". For every
course but one, this gives me the correct number, but for one course, I
get nothing. No number. When I fiddle with the course information in
the COURSE table (change the number of credits, reenter it into the
table, etc.) nothing happens. When I delete the row in COURSE that
defines that course, nothing changes, either. What could be going
wrong?
Thanks for whatever advice people can share. I know it's probably a
dumb question, but none of my references are any help. |