Yes, but why??? If the data you are importing is in the exact same format as the table that exists, there is no need to delete the table and recreate it every time.....All you need to do is clear the table in insert the new data.
to clear the table:
DoCmd.RunSQL ("DELETE * FROM tablename"
to insert into existing table:
DoCmd.TransferText blah, blah, tablename, blah, blah, blah
or whatever method you are using.
****************************
Only two things are infinite, the universe and human stupidity,
and I'm not sure about the former. (Albert Einstein)
Robert L. Johnson III
MCSA, CNA, MCP, Network+, A+
w: robert.l.johnson.iii@citigroup.com
h: wildmage@tampabay.rr.com