You simply write a 'CREATE TABLE' command in sql and issue it through your ADO connection exactly the same as you would any other SQL query. I can't be bothered to layout the syntax for CREATE TABLE here so here's a link to W3 schools (an excewllent SQL resource BTW)

http://www.w3schools.com/sql/sql_create.asp