Is there any way to pull a list of records where addresses have been updated/changed within a certain time period? The box office has been printing a lot of tickets during pandemic and we want to pull tickets with address changes before mailing. The only thing I can find is output date of last record change, but that will be a lot more time consuming than pulling specific for address updates.
Thank in advance!!
Jen
Another idea: If you don't have it already, you could add date changed from the address record as an item in your list builder options (or if you have SQL experience, put the data directly from SSMS).
Not sure how to do this (and no SQL), but I think I've got the list. Unfortunately it's over 800 records long because of other address clean-up not necessarily address changes.