npearson713
IS-IT--Management
Hello everyone! I've been working on this database for quite some time now, and I've got a pretty in depth question that I haven't been able to answer.
Some background: The company I work for plants trees for funeral homes. A single funeral home can plant 10 trees for 10 different people. 3 of these people might have belonged to the same organization that has requested a notification of the tree planting. However, instead of sending 3 letters to this organization, we send out 1 letter w/ 3 names on it.
My problem is that I can't figure out how to get those 3 names on 1 letter. Currently, I have a field in the data tables that will have the combined information of street address, city, and state. I'll call it "AddressCityState". I need something that will query all of the AddressCityState entries and find the ones that repeat, then compile the names associated with the repeat so that one letter will be printed with those 3 names.
I can't really tell how clear this is, but I'm certainly able to elaborate on it should someone think they can help me. Thanks in advance!
Nate
Some background: The company I work for plants trees for funeral homes. A single funeral home can plant 10 trees for 10 different people. 3 of these people might have belonged to the same organization that has requested a notification of the tree planting. However, instead of sending 3 letters to this organization, we send out 1 letter w/ 3 names on it.
My problem is that I can't figure out how to get those 3 names on 1 letter. Currently, I have a field in the data tables that will have the combined information of street address, city, and state. I'll call it "AddressCityState". I need something that will query all of the AddressCityState entries and find the ones that repeat, then compile the names associated with the repeat so that one letter will be printed with those 3 names.
I can't really tell how clear this is, but I'm certainly able to elaborate on it should someone think they can help me. Thanks in advance!
Nate