I want to select the dates where two or more different customers were shown properties on the same day. I want to exclude the dates where only a singular customer was shown properties on that day. For example:
Only the date 6/19/2017 should be returned because properties where shown to both Carmen and James on the same day. Any help would certainly be appreciated.
Code:
[B][U]ShowDate Customer Property[/U][/B] 7/21/2017 James 123 Main 7/18/2017 James 231 Park 7/18/2017 James 345 Forest 7/18/2017 James 678 Central 6/19/2017 Carmen 531 Charleston 6/19/2017 James 898 Broadway 6/19/2017 James 543 Appleton
Comment