Ok, I believe I can boil this down to one table to ask my question... Say I have the below data set, we'll call the first column letters, the second numbers. I want to return all the letters which have a number entry which is 1 and a number entry which is 5... can I do this without using temporary tables? I'm almost sure I can, but am totally stumped at the moment.
A 1
A 2
B 4
B 5
C 1
C 5
Thanks,
Rob
A 1
A 2
B 4
B 5
C 1
C 5
Thanks,
Rob