You shouldn't.
Separate entities of data should be kept in separate tables. If you just
need something for display or reporting purposes, you can create a query
that merges data from many tables.
Why do you think you need to merge all your data into one big table?
Perhaps someone can advise you of the proper way to accomplish
whatever it is you want to do.