Ok - please bear in mind that I AM NOT A SQL PROGRAMMER lol.
However, that being said I have been charged with learning enough Access to make me mildly dangerous. I am trying to compare two tables and find the differences; and, no - what the Query Wizard has to offer is not what I'm looking for. Here's what I need to do:
I have two tables. For right now they only have 1 Field. These fields contain lists of IP addresses. I have an old list and a new list. I need to be able to NOT display the similarities between the two lists. From the old list I need to know what is NOT in the new list. From the new list is need to know what is NOT in the old list. Therefore I have two results:
1. Stuff that's in the old list that is not in the new list.
2. Stuff that's in the new list that is not in the old list.
3. All items that are a match between both lists does not get displayed.
I've tried this in Excel and it was epic fail. Tried the Query Wizard in Acces and it was epic fail. The organization has decided to stay with Access because of it's ability to perform SQL operations and has a reporting function. Any help would be great; and, yes...I do know how to get to the SQL portion of the Query Design tab so if you simply have a Query for me to try type it in and I'll copy it to the SQL query design window and run it.
Cheers ~
However, that being said I have been charged with learning enough Access to make me mildly dangerous. I am trying to compare two tables and find the differences; and, no - what the Query Wizard has to offer is not what I'm looking for. Here's what I need to do:
I have two tables. For right now they only have 1 Field. These fields contain lists of IP addresses. I have an old list and a new list. I need to be able to NOT display the similarities between the two lists. From the old list I need to know what is NOT in the new list. From the new list is need to know what is NOT in the old list. Therefore I have two results:
1. Stuff that's in the old list that is not in the new list.
2. Stuff that's in the new list that is not in the old list.
3. All items that are a match between both lists does not get displayed.
I've tried this in Excel and it was epic fail. Tried the Query Wizard in Acces and it was epic fail. The organization has decided to stay with Access because of it's ability to perform SQL operations and has a reporting function. Any help would be great; and, yes...I do know how to get to the SQL portion of the Query Design tab so if you simply have a Query for me to try type it in and I'll copy it to the SQL query design window and run it.
Cheers ~