D
Don
I am trying to develop a query which will report records with a unique pair
of fields. Probably better explained using a simple example:
LastName FirstName
Dog Big
Cat Fat
Mouse Sqweeky
Dog Alpha
Dog Big
Running the query would result in:
Dog Big
Cat Fat
Mouse Sqweeky
Dog Alpha
There are other fields in the record that need to be ignored.
Any suggestions?
Thanks!
Don
of fields. Probably better explained using a simple example:
LastName FirstName
Dog Big
Cat Fat
Mouse Sqweeky
Dog Alpha
Dog Big
Running the query would result in:
Dog Big
Cat Fat
Mouse Sqweeky
Dog Alpha
There are other fields in the record that need to be ignored.
Any suggestions?
Thanks!
Don