D
Dave
I have a sales table with SalesNumber and PoductNumber Fields, among others
eg
1 23
2 24
2 25
3 21
4 25
5 25
So for 1 sale, i can have multiple entries.
I have managed to write a query to find all sales with item number 25 in,
which in this case would return
2, 4, 5
I now need to find all sales with item 24 AND 25 in which would return only
2
Can anyone help me in witing this query as i am pulling my hair out over
this
thanks in advance
Dave
eg
1 23
2 24
2 25
3 21
4 25
5 25
So for 1 sale, i can have multiple entries.
I have managed to write a query to find all sales with item number 25 in,
which in this case would return
2, 4, 5
I now need to find all sales with item 24 AND 25 in which would return only
2
Can anyone help me in witing this query as i am pulling my hair out over
this
thanks in advance
Dave