SidCharming
Technical User
I want to merge two tables with code. The colums are identical but the data is different in each. At no time is the data the same in both tables. I do not have another table that I can reference these two tables against. With code I want to merge the two tables and NOT make another table or query. This code will be called probably 6 times due to the same situation of double tables with different data 6 times.
My intent is not to have anything outside of my code left behind. I believe in not having millions of queries and extra tables unless I absolutely have to.
Sid from Minnesota
My intent is not to have anything outside of my code left behind. I believe in not having millions of queries and extra tables unless I absolutely have to.
Sid from Minnesota