exporting access table structure

R

Rick Young

Can I export the table structure of an Access table as SQL commands? I have
a "table size estimator" application that will import a file containing the
CREATE TABLE info and I want to test it using an existing Access table
structure and record count.
 
D

Douglas J. Steele

There's nothing built into Access that will do this for you.

I believe that there are some third party products that can do this, but
unfortunately I don't have any names I can give you.
 
Top