Access SQL question - select highest item only for each
In Access, I have a table with IDs mapped to Email Addresses like this. I want to write a SQL query that lists unique Email Addresses, and the latest (sequentially highest) ID.
Thanks for your help.