Hi,
I am trying to insert into table 1 the fields "title" and "size" from table 2. I have tried the following syntax
Set dbs = CurrentDb()
dbs.Execute " INSERT INTO table1 (title,size)" & "SELECT * " & "FROM [table2];"
But nothing happens.
Thanks for help.
Daniel
I am trying to insert into table 1 the fields "title" and "size" from table 2. I have tried the following syntax
Set dbs = CurrentDb()
dbs.Execute " INSERT INTO table1 (title,size)" & "SELECT * " & "FROM [table2];"
But nothing happens.
Thanks for help.
Daniel