Yeah. Are all these things actually stored in separate tables? I wouldn't think so. Even if they are, write us a select query with whatever multiple joins or appends are needed to give us an exportable file and a screen view that would show, for example, [Email Address] [Response Date/Time] [Response Category] [Response Data Primary] [Response Data Secondary] example1@whatever.com, 10/24/2016 5:53 AM, Bounce, Non-Existent [ ] example2@whatever.com, 10/24/2016 5:53 AM, Open, [name of newsletter] [ ] example2@whatever.com, 10/24/2016 5:55 AM, Click, [link that was clicked on] [ ] example2@whatever.com, 10/24/2016 6:03 AM, Click, [link that was clicked on] [ ] example3@whatever.com, 10/24/2016 6:36 AM, Open, [name of newsletters] [ ] example3@whatever.com, 10/24/2016 6:38 AM, Unsubscribe [name of newsletter] [Unsubscribe Reason] You can be creative with this, but I'd also at least want to see the Sents in such a file, which would allow me to figure out the Did Not Opens on my own. Users who don't have a need for data compiled this way wouldn't have to use it. For others who can work with it, it would save the time of handling and manipulating the separate files as we often must do for keeping data in another system in sync, and doing external reporting. Michael
... View more