put together 2 tabels

Georg

Member
Licensed User
Longtime User
I want to put together 2 tabels
Table1 = Table2 that works

but how to do it, that Table1 is the content from table1 and table2
 

Georg

Member
Licensed User
Longtime User
could it be that in Table2 is the content from table1 but i wont to merge both tables. That means in table2 is the content from table1 AND table2
 

Rioven

Active Member
Licensed User
Longtime User
You may use long method by saving data into files or arrays to merge them or directly add to table.
 
Last edited:

specci48

Well-Known Member
Licensed User
Longtime User
Hello Georg,

I assume that both tables have the same number of colums, maybe the number of rows is different.

The sample in the attachment does a merge of two tables 1 and 2 with the result being in table 2. If a cell of table 2 ist already filled, the value of the according cell from table 1 is ignored.


specci48
 

Attachments

  • TableMerge.sbp
    1.8 KB · Views: 186
Top