P
pdpham
I have an Access database. It has a table Candy which has 3 columns Name,
Color and Taste.
I want to write a query that select all Candy.Name that have same Color but
different Taste.
Name Color Taste
------ ------ ------
Fred Gray 1
Paul Green 2
John Green 3
Matt Blue 1
Jack Red 0
Jim Blue 5
.....
.....
Result:
Paul Green 2
John Green 3
Matt Blue 1
Jim Blue 5
Thanks
Color and Taste.
I want to write a query that select all Candy.Name that have same Color but
different Taste.
Name Color Taste
------ ------ ------
Fred Gray 1
Paul Green 2
John Green 3
Matt Blue 1
Jack Red 0
Jim Blue 5
.....
.....
Result:
Paul Green 2
John Green 3
Matt Blue 1
Jim Blue 5
Thanks