Say I have a table with the following fields..
A | B | C | D | E | F
What I want to do is the following..
Find and display all rows in which the fields A and B are the same. It dosent matter to me what entries are in C, D, E, and F.
So if one entry was
hoover | Frank | foo | bar | etc..
it would match up with
hoover | Frank | khrkh | something | anything
Should be easy to do but I can't figure it out! Please help!!
A | B | C | D | E | F
What I want to do is the following..
Find and display all rows in which the fields A and B are the same. It dosent matter to me what entries are in C, D, E, and F.
So if one entry was
hoover | Frank | foo | bar | etc..
it would match up with
hoover | Frank | khrkh | something | anything
Should be easy to do but I can't figure it out! Please help!!
Last edited: