|
making table
anybody know how to make a table that has limited rows and when the data inside that is gonna be put into the table exceeds the limit of rows then the next data that will be put in another table next to the old table for example
TABLE1 || TABLE2 || TABLE n+1
Data1 || Data6 || Data n+1
Data2 || Data7 || Data n+1
Data3 || Data8 || Data n+1
Data4 || Data9 || Data n+1
Data5 || Data10 || Data n+1
Last edited by juslai; 01-13-2013 at 08:34 AM..
|