I have little experience with VB but I thought I could use a vb script to solve my problem. The outcome I want is to have a script that will run down each row in table A and compare rows to table B. Then print out or create a table with the rows from each table that do not match. (ex. start at row1 in table A. if SSN in table A matches SSN in table B then check to see if address1 matches between table A and table B. if it does not match then print out entire row from table A and entire row from table B)
Both tables have the exact same columns. I was looking for a starting point can anyone help?
Both tables have the exact same columns. I was looking for a starting point can anyone help?