Avatar

Level 9

Hi,

Assuming that your table structre remainsa the same, i.e no. of coulms remain the same. Lets say you have Two table Table1,Tabble2 and one consolidated Table as Table3.

You can use Global databinding to accomplish the task easily. All you have to do is to maintain the same Field name in table1 and correspong Table 3.

That means lets say there is cell in table one who field name is Table1.Row1.Column1. You want to habe the same data in the Table3. So ,you have to name that field as Table1,Row1.Column1. Now go to that cell in either Table1 or Table 3. Then select Object > Binding > Data Binding > Use global data. So it will reflect the same data accross table in the corresponding cells.

Thanks,

Bibhu.