SQL Code views

B

Bob Dengler

Is there a method of viewing/printing SQL code for access
database tables as there is for queries? Thanks....Bob
 
V

Van T. Dinh

You can create a Access (JET actually) Table using DDL SQL but Access
doesn't do reverse-engineering to give you the SQL that can be used to
re-create the Table.
 
Top