I have a need to create tables using vba (DAO)
I have two tables, tblCreateTable & tblCreateTableFields
After I have selected the table I need to create in tblCreateTable, I need to create a recordest of the table's fields in tblCreateTableFields and create the table.
I understand how to select the table, and recreate the recordset
I am unsure of how to:
* Create the table
* loop through the recordset and add the fields to the table
Thanks in advance
I have two tables, tblCreateTable & tblCreateTableFields
After I have selected the table I need to create in tblCreateTable, I need to create a recordest of the table's fields in tblCreateTableFields and create the table.
I understand how to select the table, and recreate the recordset
I am unsure of how to:
* Create the table
* loop through the recordset and add the fields to the table
Thanks in advance