G
Guest
I have a public variable TotalPoints that I want to use to total points from several forms.
Each time a student finishes a form's I want the PointsEarned field to add its value to the variable TotalPoints.
I tried this code in the onClose Event:
TotalPoints = Me.PointsEarned + TotalPoints
but I get an error message. I have NO ability when it comes to writing code, I'm stuck as a wizard guy. Can someone help me with this?
Thanks As Always,
RIP
Each time a student finishes a form's I want the PointsEarned field to add its value to the variable TotalPoints.
I tried this code in the onClose Event:
TotalPoints = Me.PointsEarned + TotalPoints
but I get an error message. I have NO ability when it comes to writing code, I'm stuck as a wizard guy. Can someone help me with this?
Thanks As Always,
RIP