hi

dbconn.Execute "SELECT * into Tab_Add_Ach_qty FROM Add_Ach_qty"
this query will create table "Tab_Add_Ach_qty" and insert the values from "Add_Ach_qty" table automaticlly in ms-access .But in sql server its not happining ? what we should do for corresponding?
help