Howlsta
Vampire Slayer
- Local time
- Today, 20:44
- Joined
- Jul 18, 2001
- Messages
- 180
I have built a query including [Q1],[Q2] ....[Q6]. Each of these columns represents a question on an exam paper. I want to add the 4 highest question scores for each tuple together ignoring the 2 lowest. The sum will go into a total column.
I need to build an array in a module that gets rid of the lowest 2 marks, adds the other 4 together and passes the result to the total column in the query.
Can anyone help, please?
I need to build an array in a module that gets rid of the lowest 2 marks, adds the other 4 together and passes the result to the total column in the query.
Can anyone help, please?