Never really bothered with access, but the method you use depends on which way you have coded how you connect to the db. the other really important things to look into are which version you are using. I've googled it, and here is what I found:
http://forums.aspfree.com/visual-bas...ing-39306.html
Note the:
cmd.CommandText = "create table tnn1 (a varchar(10), b number)"
Where cmd is
Dim cmd As New ADODB.Command