G
Guest
Hello
Is it possible in Access to insert the contents of a column from one table into another table? When I run a Sql statement, it pretends to be inserting (or doing something - hourglass) and when I view the table, nothing has been done
This is my SQL statement
Insert into table
(col2
Select ColA from table2
What am I doing wrong
Any help you can give me will save me lots of grief!
Sandy
Is it possible in Access to insert the contents of a column from one table into another table? When I run a Sql statement, it pretends to be inserting (or doing something - hourglass) and when I view the table, nothing has been done
This is my SQL statement
Insert into table
(col2
Select ColA from table2
What am I doing wrong
Any help you can give me will save me lots of grief!
Sandy