Hey Folks I have two similar tables and I am looking to create a query that will tell me what is "New".
I think all that is needed for this are the table names and the one field in question.
Tbl1 = SkpiUpdate
Tbl2 = Skpi
Primary Key Field = ScrapRecordTag
Is there an easy way how to show what has been added to SkpiUpdate in comparison to Skpi
also, the inverse of this..
Can I see what was deleted by comparing Skpi to SkpiUpdate? If it is missing from SkpiUpdate then it has been deleted. I assume these are the same method just backwards from each other.
I think all that is needed for this are the table names and the one field in question.
Tbl1 = SkpiUpdate
Tbl2 = Skpi
Primary Key Field = ScrapRecordTag
Is there an easy way how to show what has been added to SkpiUpdate in comparison to Skpi
also, the inverse of this..
Can I see what was deleted by comparing Skpi to SkpiUpdate? If it is missing from SkpiUpdate then it has been deleted. I assume these are the same method just backwards from each other.