I need to create a table using ADO
can i use Recordset
or i should use only
Execute statement
then open the recordset
Printable View
I need to create a table using ADO
can i use Recordset
or i should use only
Execute statement
then open the recordset
Use the ado connection .execute "CREATE Table" method