beaudetious
Programmer
I would like to append a new column to an existing table in Access 97. Then I'd like to copy existing data into the new column. The data is in the same table.
For instance:
Field1 AppendedField
1 1
2 2
. .
. .
n n
Once the new field is appended, I'd like to copy over the values in Field1 into the new column. I don't want to append new rows which is all I seem able to do.
I've got the ALTER TABLE SQL working fine (I can add a new column), but what about the copying part. What's the SQL for that?
Axe
For instance:
Field1 AppendedField
1 1
2 2
. .
. .
n n
Once the new field is appended, I'd like to copy over the values in Field1 into the new column. I don't want to append new rows which is all I seem able to do.
I've got the ALTER TABLE SQL working fine (I can add a new column), but what about the copying part. What's the SQL for that?
Axe