Ok, this is what I am wanting to do. I need to "merge/combine" two tables in MySQL. I don't know if this is possible. I basically have two different tables with different fields in them. I want to create a totally seperate larger table with all the fields of table_one and all the fields of table_two along with the values of each table. is this possible to do, remember the fields are not called the same thing and do not contain the same sort of information? thanx in advance.