Hi,
I been looking around the forum but cant get or pinpoint the way I need to go about this. I might be complicating matters but if it is the case I am sure someone will tell me so and guide me in the right path.
I have 2 tables tbltest and tbltest1 both have the same field names lets say for the sake of simplicity.
tbltest has strName, strDoc, strDocNum, strRev
and
tbltest1 has strName, strDoc, strDocNum, strRev
I want to create a query or something that will compare both tables and give me the rows that has strRev not matching between tbltest and tbltest1.
eg.
tbltest
strDocNum strRev
Doc123 AA
Doc456 AB
Doc985 BC
tbltest1
strDocNum strRev
Doc123 AA
Doc456 CA
Doc985 BC
Newtable will give me
stDocNum strRev strName strDoc
Doc456 CA John Doe Something
I been trying for the past few hours using Find Unmatched Query, duplicates but cant get them to work to give me the results I want
I been looking around the forum but cant get or pinpoint the way I need to go about this. I might be complicating matters but if it is the case I am sure someone will tell me so and guide me in the right path.
I have 2 tables tbltest and tbltest1 both have the same field names lets say for the sake of simplicity.
tbltest has strName, strDoc, strDocNum, strRev
and
tbltest1 has strName, strDoc, strDocNum, strRev
I want to create a query or something that will compare both tables and give me the rows that has strRev not matching between tbltest and tbltest1.
eg.
tbltest
strDocNum strRev
Doc123 AA
Doc456 AB
Doc985 BC
tbltest1
strDocNum strRev
Doc123 AA
Doc456 CA
Doc985 BC
Newtable will give me
stDocNum strRev strName strDoc
Doc456 CA John Doe Something
I been trying for the past few hours using Find Unmatched Query, duplicates but cant get them to work to give me the results I want