Hello Guys,
i've run into abit of trouble
i have a form which has check boxes on which once checked creates a score in a text box below.
Basically the user is allowed to create 6 of these forms for each user this is all setup fine the problem im having is
i need to to be able to sum the scores up for the 6 records
The forms datasource is a query.
so e.g
ID - Name - Date - Score
1 - John - 22/10/2008 - 35
2 - John - 22/11/2008 - 25
3 - John - 22/12/2008 - 23
4 - John - 22/01/2009 - 21
5 - John - 22/02/2009 - 22
6 - John - 22/03/2009 - 30
The score column needs to be sumed up so
35+25+23+21+22+30=156
The total value will then be part of another formula.
i hope i have explained that enough if not please ask!
any help would be appreciated.
i've run into abit of trouble
i have a form which has check boxes on which once checked creates a score in a text box below.
Basically the user is allowed to create 6 of these forms for each user this is all setup fine the problem im having is
i need to to be able to sum the scores up for the 6 records
The forms datasource is a query.
so e.g
ID - Name - Date - Score
1 - John - 22/10/2008 - 35
2 - John - 22/11/2008 - 25
3 - John - 22/12/2008 - 23
4 - John - 22/01/2009 - 21
5 - John - 22/02/2009 - 22
6 - John - 22/03/2009 - 30
The score column needs to be sumed up so
35+25+23+21+22+30=156
The total value will then be part of another formula.
i hope i have explained that enough if not please ask!

any help would be appreciated.