K
kmo
Guest
Dear all,
I have two tables
1st table contains
Table: Student
student (string)
Soccer (bool)
Soccer Points (number)
Basketball (bool)
Basketball Points (number)
Total Points (number)
2nd tables contains some constants like
Table: Activity
activity (string)
Points (numbers)
so in the second table one enters the activity and the point awarded to that activity like
Table: Activity
activity points
soccer 25
basketball 24
Now I use the points for each activity in the activity to calculate the points in Student table so
if the student plays soccer, the soccer points field should get the points as mentioned in Activity table.
Any ideas on how I can implement that? I guess I have to do this using VB, thats why I posted the question here. Thank you very much for the help.
I have two tables
1st table contains
Table: Student
student (string)
Soccer (bool)
Soccer Points (number)
Basketball (bool)
Basketball Points (number)
Total Points (number)
2nd tables contains some constants like
Table: Activity
activity (string)
Points (numbers)
so in the second table one enters the activity and the point awarded to that activity like
Table: Activity
activity points
soccer 25
basketball 24
Now I use the points for each activity in the activity to calculate the points in Student table so
if the student plays soccer, the soccer points field should get the points as mentioned in Activity table.
Any ideas on how I can implement that? I guess I have to do this using VB, thats why I posted the question here. Thank you very much for the help.