Is there any easy way to retrieve table creation DDL from Microsoft Access (2007) or do I have to code it myself using VBA to read the table structure?
I have about
A bit late to the party, but I use RazorSQL to generate DDL for Access databases.