thumbelina
Programmer
ok i have one table set up as a template so that i can copy it and have one table for each employee. the code for this is: CREATE TABLE newtablename SELECT * FROM orginaltable
now this does copy the table but the field entryID is auto_increment and primary key and these two detials of that field doesn't get copied into the new table, but everything else seems to have come out fine. anythoughts??
now this does copy the table but the field entryID is auto_increment and primary key and these two detials of that field doesn't get copied into the new table, but everything else seems to have come out fine. anythoughts??