G
Guest
Hi everybody,
I'm trying to use an sql statement in VB to append records from on table to
another.
"INSERT INTO tmpCustomers (ID, name) " & _
"SELECT customers.code, customers.name FROM Customers"
When i use de runSQL method i get run-time error 3129 - (invalid statement)
I guess something's wrong in that statement. Can anyone help?
Thanks,
N. Cabaco
I'm trying to use an sql statement in VB to append records from on table to
another.
"INSERT INTO tmpCustomers (ID, name) " & _
"SELECT customers.code, customers.name FROM Customers"
When i use de runSQL method i get run-time error 3129 - (invalid statement)
I guess something's wrong in that statement. Can anyone help?
Thanks,
N. Cabaco