The statements to create tables are not saved anywhere, so...no this info is
not available.
If you are using a adp project, the tables you create are saved on sql
server. I believe you can use sql server to generate a script that would in
effect show the ddl statements used to create the table...but this is kind
of "after" the fact. Hence, not even sql server saves the statements you use
to create the tables, but it certainly can generate the scripts that would
produce the same tables.
If you not use a adp project, then of course you are not using sql server,
but using the JET engine. In the case of using the JET database engine, the
ddl statements used are not saved, but there is no script, or ddl generator
available either. In fact, I am not even sure if ddl statements are used
when creating tables for a JET database.