On Wed, 9 Apr 2008 11:01:59 +1000, "Michael Cole"
wrote:
>Martin wrote:
>> Is there a relatively simple DAO (or SQL) statement that I can execute
>> in my VB6 program that will copy a table (structure only - no data)
>> from one MDB file to another MDB file?
>
>SELECT * INTO [Table] IN [ExternalDatabase] FROM [Source] WHERE 1 = 2
>
>http://office.microsoft.com/en-us/access/HP010322661033.aspx
Thank you. Just what I was looking for.
>> Stay informed about: Copy a table from one MDB file to another?