Get the SQL expression from a Table??

F

Fia

Hi
I really don't know how to explain what I mean, but I'll try.

I wan't to get the SQL expression Create Table.... from a table, to see how
the table is built with it's fields and so on in the SQL expression Create
Table....

Please Help!!!

Fia
 
G

Graham R Seach

Fia,

The short answer is, you can't!

You would have to write a barell of code to examine the table, its fields,
relationships, and properties.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Top