D
DougW
This seems it should be simple, but here is an example and question.
Sample data:
Name Response#
------- ----------------
Jane 2
Jane 4
Steve 2
John 1
John 2
John 3
As this above simple example shows, I have a table with customer responses
to various mailings. Some customers respond to all mailings, others may
respond to only 1 of several mailings. I would like to extract only those
records with the one response (like Steve above) along with only John's
response 3 and Jane's response 4. In other words, I just want a listing of
customer responses, but only showing their "highest value" response.
Thanks.
Sample data:
Name Response#
------- ----------------
Jane 2
Jane 4
Steve 2
John 1
John 2
John 3
As this above simple example shows, I have a table with customer responses
to various mailings. Some customers respond to all mailings, others may
respond to only 1 of several mailings. I would like to extract only those
records with the one response (like Steve above) along with only John's
response 3 and Jane's response 4. In other words, I just want a listing of
customer responses, but only showing their "highest value" response.
Thanks.