Thank you Pat!
Totally agree :)
thank you, it is nice way!
Now i see, i can read CSV, use VBA to create Query on the fly and use DDL statement within it!
What i tried is:
1) I created table tblCustomers using this statement:
CREATE TABLE tblCustomers (CustomerID INTEGER NOT NULL...