I have an Access 2010 database which stores IP addresses of source and destination machines. If I have the following entries in my database
|source |
select unique source, destination from YourTable
or
select distinct source, destination from YourTable
select source, destination from YourTable group by source, destination