My thought was this:
-manually create the table you need
-supply each field and type
-identify the proper field as the PK
-now the table exists
-next run your query to append records to the new table.
OR programmatically vba code along this set up to create your table and autonumber Primary...