Hi - I've got two (2) Tables: Old and New
There are two Fields: ID and Status
What I want to do is compare the ID fields between New and Old; if a specific ID is in the New table BUT NOT in the Old table, the I want to update the Status field in the New table to a Status of 2.
Is this doable?