I'm trying to select about 20 columns of data, filled with records, from one table in a database, and copy it into a new table in a different database. Is there an easy way to do this?
Let me explain a bit better - I'm trying to move admissions data (GPA, Degree Program, stuff like that) from one table (the current student table) to a separate table, simply marked "admissions," in a new database, to help me migrate this from Access to MySQL. Anyone have advice on how to easily do that? I figured out how to cut the column structure (in design view), but it didn't copy the data as well, and when I just try to copy the data, it says that there is too much data to copy.
Rob
Let me explain a bit better - I'm trying to move admissions data (GPA, Degree Program, stuff like that) from one table (the current student table) to a separate table, simply marked "admissions," in a new database, to help me migrate this from Access to MySQL. Anyone have advice on how to easily do that? I figured out how to cut the column structure (in design view), but it didn't copy the data as well, and when I just try to copy the data, it says that there is too much data to copy.
Rob