Man Utd said:
I have created a table in design view.
How do I view the SQL of the table create statement ?
The above information is not created, nor saved in ms-access.
you can certainly use DDL commands to create your tables, and save a copy of
those sql ddl statements. However, if you use the GUI, then that info is not
generated, so it is not available. There are some 3rd party tools that will
generate sql scripts for you. Also, Visio (enterprise edition) I believe
also
can generate the ddl scripts from a ms-access table.
Anyway, here is ref for some ddl examples:
How to use common Data Definition Language (DDL) SQL statements for the Jet
database engine
http://support.microsoft.com/default.aspx?scid=kb;en-us;180841