Hi Ryan
Yeah, that would be easy to do. But there are always those tiny tweaks where a table has a different column structure or order of the columns...
But you are right. We should have such a tool.
For now, you can use this elementary method:
1. Open the tables you want to merge
2. Paste the two lines of code into the SQL Window and execute them until you get an error
Insert Into TableInfo(1, TAB_INFO_NAME) Select * From TableInfo(2, TAB_INFO_NAME) DropIndex AutoClose Table TableInfo(2, TAB_INFO_NAME)This will insert the second table into the first table and then close the table. Continue doing this until you only have one table open.
You can also use the MapBasic Window. Paste the two lines into the MapBasic Window, select both lines, and hit Enter until you get the error.
The error occurs when you only have one table open.
------------------------------
Peter Horsbøll Møller
Principal Presales Consultant | Distinguished Engineer
Precisely | Trust in Data
------------------------------