afilotimos
New member
- Local time
- Today, 08:43
- Joined
- Feb 9, 2012
- Messages
- 5
Hi there, i have this problem:
I have a Table with the fields:
ID Student_ID Date h1 h2 h3 h4 h5 h6 h7
the last 7 fields hold one these values: A , B, C, D or empty
example
ID Student_ID Date h1 h2 h3 h4 h5 h6 h7
------------------------------------------------------------------
1 20 1/1/12 A A A A
2 20 3/2/12 A A A A B B B
3 21 3/2/12 C C C A B
...
How can sum (or count) all the "A"s and all the "B"s etc for each Student_ID?????
I also need to be able to filter the Date field.
I tried to make a query , but it doesn't work.
Thank you anyway!!
I have a Table with the fields:
ID Student_ID Date h1 h2 h3 h4 h5 h6 h7
the last 7 fields hold one these values: A , B, C, D or empty
example
ID Student_ID Date h1 h2 h3 h4 h5 h6 h7
------------------------------------------------------------------
1 20 1/1/12 A A A A
2 20 3/2/12 A A A A B B B
3 21 3/2/12 C C C A B
...
How can sum (or count) all the "A"s and all the "B"s etc for each Student_ID?????
I also need to be able to filter the Date field.
I tried to make a query , but it doesn't work.
Thank you anyway!!