Hello!
Please help!
I need to make a SQL-query in Access DataBase.
I have a table with the fields
1.Date
2.Bool
e.g.:
Date | Bool
1.09.05 | Yes
1.09.05 | Yes
1.09.05 | No
2.09.05 | No
2.09.05 | Yes
3.09.05 | No
3.09.05 | No
5.09.05 | No
and i need to generate the following one:
Date | Quantity
1.09.05 | 2
2.09.05 | 1
3.09.05 | 0
5.09.05 | 0
where the field "Quantity" is the quantity of "Yes" on tha date.
I would be very thankful if u could help me with that!
my email: naukma@gmail.com
Andrew.
Please help!
I need to make a SQL-query in Access DataBase.
I have a table with the fields
1.Date
2.Bool
e.g.:
Date | Bool
1.09.05 | Yes
1.09.05 | Yes
1.09.05 | No
2.09.05 | No
2.09.05 | Yes
3.09.05 | No
3.09.05 | No
5.09.05 | No
and i need to generate the following one:
Date | Quantity
1.09.05 | 2
2.09.05 | 1
3.09.05 | 0
5.09.05 | 0
where the field "Quantity" is the quantity of "Yes" on tha date.
I would be very thankful if u could help me with that!
my email: naukma@gmail.com
Andrew.