ThisIsntMyRealName
Board Regular
- Joined
- May 23, 2009
- Messages
- 69
Hey guys, I was using "SELECT INTO" in access 2007 to insert all values from one table into another. This function deletes the table then reinserts everything. If i wanted to use INSERT INTO and insert all values from 1 row of one table into another how would I write this?