I have tree tables (1,2,3) The tables has the same record count. What I need to do is export the three tables on the same text file but the order must be
table 1 record1
table 2 record1
table 3 record1
table 1 record2
table 2 record2
table 3 record2
.....next record




