I need to create a new table every week, and name it whatever the date is, e.g. tbl082802. The original table has six columns, and I don't want to type in every column's name and length when I create the new table every week. Is there a quick way to create a new table that copies the structure of an existing table?