I am going to copy data structure from
another table to a new table within the same mdb file.

Say, there are tb1,tb2 in one mdb file,
and I would like to create table tb3 with
same data structure of tb1.

How can I do that?
Thanks in advance for your kind help.