Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
maflip
Starting Member
3 Posts |
Posted - 2006-10-24 : 13:10:56
|
Can someone tell me how to implement a "select into" statement in MS Access that creates an auto-number Identity column that doesn't exist in the source table? Thanks.Mike |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2006-10-24 : 19:07:13
|
Assuming that you're inserting into another table (you're using SELECT INTO), can't you just create the Autonumber on the destination table? |
 |
|
|
|
|