C
Carla
I have a text box that uses an if statement to determine whether someone is
absent in my class or not. I name the text box inattendance.
I have a text box called points that assigns points to absent students
depending on which class they are currently enrolled in.
I want to sum the total points for each student. I do a simple
=sum([points]) and when I run the report I get a box that just says points
indicating that it doesn't have a definition for points. I used the name
property of the text box and called it points.
any suggestions on alernate methods or on what I am doing wrong would be
appreciated
Thanks
absent in my class or not. I name the text box inattendance.
I have a text box called points that assigns points to absent students
depending on which class they are currently enrolled in.
I want to sum the total points for each student. I do a simple
=sum([points]) and when I run the report I get a box that just says points
indicating that it doesn't have a definition for points. I used the name
property of the text box and called it points.
any suggestions on alernate methods or on what I am doing wrong would be
appreciated
Thanks