Here is a little something
Badgers,
Hi. I'm not really good with Databases, but here is a query that creates the table for you. Maybe you can run the query you had before (Insert Into...) and if you get an error, then use a error handler to capture it at perform the following query:
Code:
SELECT * INTO HELLO FROM TABLE2;
That is a query I wrote in Access 97. Other syntax you might want to try is:
Code:
CREATE HELLO AS SELECT * FROM TABLE2;
Hope that helps at least a little. Sorry for not being too well versed in databases.
JazzBass :D