How to generate CREATE TABLE statements for tables
Hi Guyes. I want acomplish the following task in vba. I want make a form that has a button and
once i click on the button it generates "CREATE TABLE" statements (with defintion of all columns
and primary key and alternate keys) for tables in existence access db and writes them in to text file.
I be happy if some experts show me a working code since i am new to vba world. Thanks
|