NXMold
Technical User
- Jul 22, 2008
- 104
I am building a form to import and validate data from an xls form. I want to establish a recordset and begin looping to import data to a temporary table.
If I use rs.open with a SELECT '' AS Material INTO query I get a blank record.
How do I create the temp table with no records?
If I use rs.open with a SELECT '' AS Material INTO query I get a blank record.
How do I create the temp table with no records?