I have a list where I am capturing users when they need to be sent an email after they have been added to the list. Once they have been added once, if they need to be sent another email the next week because they didn't do an action from the initial entry, I want to check the list and if the user already has an entry in the list, I want to count how many times they showed up and since each entry is an issue, I want to copy each time they showed up to a new list with how many times they showed up. So I can track a report how many times they showed up. So we can tell how many users aren't addressing the issue we're reporting on. Hope that makes sense. Just filtering the count in the view won't work. I need to see all in the list with each instance they showed up in the list. For reporting. Any ideas?