
VB5 & Access 97 Copy Table Structure from One MDB to Another
There may be exact code out there, however if the MDB doesn't have too much
data, you can use the CompactDatabase method of DBEngine to create a copy of
the MDB. Then, you can simply loop through all tables issuing a "Delete *
from .." as you go.
Quote:
>Does anyone have sample code that copies a table (structure only) from one
>MDB to another using Visual Basic 5 and Access 97 databases?