I need to Create a new Table in an Access Database Copying the Structure of an existing Table
The sql i have created is..
Dim db As DAO.Database
Dim MyQry As DAO.QueryDef
Sql = "CREATE TABLE Data2 AS SELECT * From Data1 WHERE 1= 2"
Really appreciate some help with the above code .
Regards Trob70
The sql i have created is..
Dim db As DAO.Database
Dim MyQry As DAO.QueryDef
Sql = "CREATE TABLE Data2 AS SELECT * From Data1 WHERE 1= 2"
Really appreciate some help with the above code .
Regards Trob70