SQL of table

M

Madhan

Is it possible to see the SQL statement of a table that is created in Desgin
View of MS-Access 2003 ? If so, how ?
 
A

Allen Browne

No. Access is not able to reverse-engineer the table into a series of DDL
statements that define the table, its fields, constraints, etc, and all the
properties of the table, fields, etc.

In fact, it is not even possible to set some of these properties
programmatically using a DDL query statement.
 
M

Madhan

Thanks.

Allen Browne said:
No. Access is not able to reverse-engineer the table into a series of DDL
statements that define the table, its fields, constraints, etc, and all the
properties of the table, fields, etc.

In fact, it is not even possible to set some of these properties
programmatically using a DDL query statement.
 
Top