Appending non-duplicate (single column ID) rows to a main table without creating a new table?
Scenario: need to append daily survey data files (that include all previous days) to a main table with only non-duplicative respondent ID records and without creating a new table (because I do not want to lose selected rows in the main table that are hidden or exludedTwo attempts:Concatenate mainains the main table but brings over all recordsJoin brings only the new records but creates a new table...
