Split a table into 2

Is there a way to split a table into 2.

Thanks

Subject: RE: split a table into 2

No – you’ll have to create a new table, copy some data from the old table, and then delete the old rows you don’t need.

If you want a more detailed answer you must ask a more detailed question.

Subject: RE: split a table into 2

Yes you can, just do it by thinking backwards. Append a column or a row to the existing table and split the data the way you want.

When in doubt, make the table with more columns and rows than you need, then it is easier to get it to look the way you want it to.