R
Richard
I have two tab delimited text files that I need to add.
What is best way to create table that combines the two tables?
I could use "DoCmd.TransferText acImportDelim" type command, but I don't
know how to add data to existing table.
Or I could simply import both text files into separate tables, but I don't
know way to simply add the two tables together.
What is best way to create table that combines the two tables?
I could use "DoCmd.TransferText acImportDelim" type command, but I don't
know how to add data to existing table.
Or I could simply import both text files into separate tables, but I don't
know way to simply add the two tables together.