Jeanette described how.
Now, ?why?!
If you are attempting to solve some problem using a relational database
(e.g., Access), and want multiple tables with identical structure, you
probably need to go back to the drawing board!
For example, if you used a table to store data from 2006, you might think
you want to make a copy so you can store the same kind of data for 2007 (and
again, for 2008, and again, for ...). As they say in the game shows,
BZZZZZZ!
Use a single table, and add a field for the year. Better yet, in most
instances, add a field for a date/time value. With a design like this, you
want to start data for a new year, just put the data in with the date in the
new year!
If you'll describe a bit more specifically why you want to do this, the
newsgroup readers may be able to offer more specific suggestions...
Good luck!
Regards
Jeff Boyce
Microsoft Office/Access MVP