Hi,
I have a Union statement combing two tables with similar fields - this should eliminate duplicate row and it did. However, I see duplicate numbers in my Primary Keys... How should I prevent that?
I simply did aCode:Select * From Table1 UNION Select * From Table2.