A blank database is *not* a blank table. One of the major differences
between Access and the xBase family is that an Access MDB is a single
container that can contain multiple tables, queries, forms, reports, etc.
(In multi-user apps, we mostly use one 'back end' data MDB for the tables,
and one 'front end' application MDB for everything else). When you create a
new MDB you are just creating the container, it does not yet contain any
tables or other objects (other than system tables, used internally by Access
and/or Jet).
If you want to create a new database with the same structure as an existing
database, but without the data, first create the empty MDB, then go to File,
Get External Data, Import. Select the database you want to import from, and
select the tables you want to import. Now, before clicking on 'OK', click on
'Options', and you will see an option to import 'Definition and Date' or
'Definition Only'.